Interface ExceptionAccessor<E extends Throwable>

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

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

    • getException

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