Interface ExceptionAccessor<EXC extends Throwable>

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

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

    • getException

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