Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Uses of Interface
java.lang.Thread.UncaughtExceptionHandler
Provides classes that are fundamental to the design of the Java programming language.
Utility classes commonly useful in concurrent programming.
Classes in java.lang that implement Thread.UncaughtExceptionHandler
class
A thread group represents a set of threads.
Returns the default handler invoked when a thread abruptly terminates due to an uncaught exception.
Returns the handler invoked when this thread abruptly terminates due to an uncaught exception.
Methods in java.lang with parameters of type Thread.UncaughtExceptionHandler
static void
Set the default handler invoked when a thread abruptly terminates due to an uncaught exception, and no other handler has been defined for that thread.
void
Set the handler invoked when this thread abruptly terminates due to an uncaught exception.
Returns the handler for internal worker threads that terminate due to unrecoverable errors encountered while executing tasks.
Constructors in java.util.concurrent with parameters of type Thread.UncaughtExceptionHandler
ForkJoinPool(int parallelism, ForkJoinPool.ForkJoinWorkerThreadFactory factory, Thread.UncaughtExceptionHandler handler, boolean asyncMode)
ForkJoinPool(int parallelism, ForkJoinPool.ForkJoinWorkerThreadFactory factory, Thread.UncaughtExceptionHandler handler, boolean asyncMode, int corePoolSize, int maximumPoolSize, int minimumRunnable, Predicate<? super ForkJoinPool> saturate, long keepAliveTime, TimeUnit unit)
Creates a ForkJoinPool with the given parameters.

 Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Java API documentation generated with FlexDoc/Javadoc 2.0 using JavadocClassic 3.0 template set.
FlexDoc/Javadoc is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, FlexDoc/Javadoc may be the only tool able to help you! Find out more at www.flexdoc.xyz