Interface ExceptionAccessor<E extends java.lang.Throwable>

  • Type Parameters:
    E - The actual exception type.
    All Known Subinterfaces:
    ExceptionAccessor.ExceptionProperty<E>

    public interface ExceptionAccessor<E extends java.lang.Throwable>
    Provides an accessor for an Exception property.
    • Method Detail

      • getException

        E getException()
        Retrieves the exception from the exception property.
        Returns:
        The exception stored by the exception property.