Interface ExceptionHandlerAccessor<EXC extends Throwable>

Type Parameters:
EXC - The Exception being handled by the ExceptionHandler.
All Known Subinterfaces:
ExceptionHandlerAccessor.ExceptionHandlerProperty<EXC>

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

    • getExceptionHandler

      ExceptionHandler<EXC> getExceptionHandler()
      Retrieves the exception handler from the exception handler property.
      Returns:
      The exception handler stored by the exception handler property.