public interface ExceptionHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handle(AHandler handler,
java.lang.Object event,
java.lang.Throwable t)
Handle the thrown exception.
|
void handle(@Nonnull
AHandler handler,
@Nonnull
java.lang.Object event,
@Nonnull
java.lang.Throwable t)
handler - The handler that threw the exceptionevent - The instance of the event which caused the exceptiont - The thrown exception