@FunctionalInterface public interface ExceptionHandler extends ExceptionHandler
| Modifier and Type | Field and Description |
|---|---|
static ExceptionHandler |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
default void |
handleCommandProcessorException(Command command,
Throwable t) |
default void |
handleEventApplierException(Event event,
Throwable t) |
default void |
handleEventOutputException(Event event,
Throwable t) |
default void |
handleException(Loop loop,
Step step,
Throwable t) |
void |
handleException(String message,
Throwable t) |
performQuietlystatic final ExceptionHandler DEFAULT
default void handleCommandProcessorException(Command command, Throwable t)
default void handleException(Loop loop, Step step, Throwable t)
handleException in interface ExceptionHandlerCopyright © 2020 tools4j.org (Marco Terzer, Anton Anufriev). All Rights Reserved.