Interface ExceptionHandlerAccessor.ExceptionHandlerMutator<EXC extends Throwable>

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

public static interface ExceptionHandlerAccessor.ExceptionHandlerMutator<EXC extends Throwable>
Provides a mutator for an ExceptionHandler property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Sets the exception handler for the exception handler property.
  • Method Details

    • setExceptionHandler

      void setExceptionHandler(ExceptionHandler<EXC> aExceptionHandler)
      Sets the exception handler for the exception handler property.
      Parameters:
      aExceptionHandler - The exception handler to be stored by the exception handler property.