@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 |
stopCall() |
static IExceptionHandler |
throwing() |
static IExceptionHandler simplePrint()
static IExceptionHandler infoPrint()
static IExceptionHandler throwing()
static IExceptionHandler ignore()
static IExceptionHandler stopCall()
StopCall exception causing the event to stop calling other handlersvoid 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