@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.
|
static IExceptionHandler |
ignore() |
static IExceptionHandler |
infoPrint() |
static IExceptionHandler |
simplePrint() |
static IExceptionHandler |
throwing() |
static IExceptionHandler simplePrint()
static IExceptionHandler infoPrint()
static IExceptionHandler throwing()
static IExceptionHandler ignore()
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