@ParametersAreNonnullByDefault public class ThrowingExceptionHandler extends java.lang.Object implements IExceptionHandler
IExceptionHandler which rethrows the exception| Constructor and Description |
|---|
ThrowingExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(AHandler handler,
java.lang.Object event,
java.lang.Throwable t)
Handle the thrown exception.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitignore, infoPrint, simplePrint, stopCall, throwingpublic void handle(AHandler handler, java.lang.Object event, java.lang.Throwable t)
IExceptionHandlerhandle in interface IExceptionHandlerhandler - The handler that threw the exceptionevent - The instance of the event which caused the exceptiont - The thrown exception