Interface ExceptionAccessor.ExceptionMutator<E>

    • Method Detail

      • setException

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