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

/libcore/ojluni/src/main/java/java/lang/
H A DThread.java1825 * {@link #getUncaughtExceptionHandler} and will invoke the handler's
1889 * @see #getUncaughtExceptionHandler
1916 public UncaughtExceptionHandler getUncaughtExceptionHandler() { method in class:Thread
1946 getUncaughtExceptionHandler().uncaughtException(this, e);
/libcore/luni/src/main/java/java/util/concurrent/
H A DForkJoinPool.java2840 public UncaughtExceptionHandler getUncaughtExceptionHandler() { method in class:ForkJoinPool

Completed in 376 milliseconds