public static interface Thread.UncaughtExceptionHandler
| Modifier and Type | Method and Description |
|---|---|
void |
uncaughtException(Thread thread,
Throwable ex)
The thread is being terminated by an uncaught exception.
|
void uncaughtException(Thread thread, Throwable ex)
thread - the thread that has an uncaught exceptionex - the exception that was thrown