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