API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.lang. Thread.UncaughtExceptionHandler View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Thread.UncaughtExceptionHandler
Subinterfaces
Description
publicstatic interface Thread.UncaughtExceptionHandler
  Interface for handlers invoked when a Thread abruptly terminates due to an uncaught exception.
Methods
Hide/Show inherited methods
public void uncaughtException (Thread t, Throwable e)
  Method invoked when the given thread terminates due to the given uncaught exception.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar