public interface UncaughtExceptionListener
Modifier and Type | Method and Description |
---|---|
void |
uncaughtException(java.lang.Thread t,
java.lang.Throwable e)
Invoked from
UncaughtExceptionHandler
when an uncaught exception is discovered. |
void uncaughtException(java.lang.Thread t, java.lang.Throwable e)
UncaughtExceptionHandler
when an uncaught exception is discovered.t
- thread were exception was discoverede
- exception