Interface ExceptionAccessor.ExceptionMutator<EXC extends Throwable>

    • Method Detail

      • setException

        void setException​(EXC aException)
        Sets the exception for the exception property.
        Parameters:
        aException - The exception to be stored by the exception property.