public class ExceptionHandler extends Object implements Thread.UncaughtExceptionHandler
| Constructor and Description |
|---|
ExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(Thread thread,
Throwable throwable) |
static void |
registerExceptionHandler() |
void |
uncaughtException(Thread thread,
Throwable throwable) |
public static void registerExceptionHandler()
public void uncaughtException(Thread thread, Throwable throwable)
uncaughtException in interface Thread.UncaughtExceptionHandlerCopyright © 2020. All rights reserved.