Interface ExceptionAccessor.ExceptionMutator<E>

  • Type Parameters:
    E - the element type
    All Known Subinterfaces:
    ExceptionAccessor.ExceptionProperty<E>
    Enclosing interface:
    ExceptionAccessor<E extends java.lang.Throwable>

    public static interface ExceptionAccessor.ExceptionMutator<E>
    Provides a mutator for an Exception property.
    • 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.