Searched defs:getUncaughtExceptionHandler (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/lang/
H A DThread.java1837 * {@link #getUncaughtExceptionHandler} and will invoke the handler's
1901 * @see #getUncaughtExceptionHandler
1935 public UncaughtExceptionHandler getUncaughtExceptionHandler() { method in class:Thread
1965 getUncaughtExceptionHandler().uncaughtException(this, e);
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DForkJoinPool.java1673 public Thread.UncaughtExceptionHandler getUncaughtExceptionHandler() { method in class:ForkJoinPool

Completed in 71 milliseconds