aicas logoJamaica 6.4 release 1

Uses of Interface
java.lang.Thread.UncaughtExceptionHandler

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.
 


aicas logoJamaica 6.4 release 1

aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.