| Package | Description |
|---|---|
| java.lang |
| Modifier and Type | Method and Description |
|---|---|
static Thread.UncaughtExceptionHandler |
Thread.getDefaultUncaughtExceptionHandler() |
Thread.UncaughtExceptionHandler |
Thread.getUncaughtExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
static void |
Thread.setDefaultUncaughtExceptionHandler(Thread.UncaughtExceptionHandler xh) |
void |
Thread.setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler xh) |