|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Thread.UncaughtExceptionHandler | |
---|---|
java.lang | Provides classes that are fundamental to the design of the Java programming language. |
Uses of Thread.UncaughtExceptionHandler in java.lang |
---|
Classes in java.lang that implement Thread.UncaughtExceptionHandler | |
---|---|
class |
ThreadGroup
ThreadGroup enables grouping of threads and modifying a whole group of threads. |
Methods in java.lang that return Thread.UncaughtExceptionHandler | |
---|---|
static Thread.UncaughtExceptionHandler |
Thread.getDefaultUncaughtExceptionHandler()
Return the current default uncaught exception handler. |
Thread.UncaughtExceptionHandler |
Thread.getUncaughtExceptionHandler()
return this thread's uncaught exception handler. |
Methods in java.lang with parameters of type Thread.UncaughtExceptionHandler | |
---|---|
static void |
Thread.setDefaultUncaughtExceptionHandler(Thread.UncaughtExceptionHandler eh)
Set the default handler for handling an exception that caused termination of a thread that was not equipped with an uncaught exception handler. |
void |
Thread.setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler eh)
Sets this thread's uncaught exception handler. |
|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |