Interface ExceptionAccessor<E extends Throwable>

    • Method Detail

      • getException

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