Interface ExceptionHandlerAccessor.ExceptionHandlerMutator<EXC extends Throwable>

    • Method Detail

      • setExceptionHandler

        void setExceptionHandler​(ExceptionHandler<EXC> aExceptionHandler)
        Sets the exception handler for the exception handler property.
        Parameters:
        aExceptionHandler - The exception handler to be stored by the exception handler property.