Uses of Interface java.lang.Thread.UncaughtExceptionHandler

Uses in package java.lang

Classes implementing java.lang.Thread.UncaughtExceptionHandler

class
ThreadGroup allows you to group Threads together.

Methods with parameter type java.lang.Thread.UncaughtExceptionHandler

void
Sets the default uncaught exception handler used when one isn't provided by the thread or its associated ThreadGroup.
void
Assigns the given UncaughtExceptionHandler to this thread.

Methods with return type java.lang.Thread.UncaughtExceptionHandler

Thread.UncaughtExceptionHandler
Returns the handler used by default when a thread terminates unexpectedly due to an exception, or null if one doesn't exist.
Thread.UncaughtExceptionHandler
Returns the handler used when this thread terminates due to an uncaught exception.