Searched refs:getUncaughtExceptionHandler (Results 1 - 6 of 6) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
H A DThreadTest.java32 * getUncaughtExceptionHandler returns ThreadGroup unless set,
41 assertSame(tg, current.getUncaughtExceptionHandler());
44 assertSame(eh, current.getUncaughtExceptionHandler());
48 assertSame(tg, current.getUncaughtExceptionHandler());
H A DForkJoinPoolTest.java289 assertSame(ueh, p.getUncaughtExceptionHandler());
/libcore/ojluni/src/main/java/java/lang/
H A DThread.java1795 * {@link #getUncaughtExceptionHandler} and will invoke the handler's
1860 * @see #getUncaughtExceptionHandler
1886 * returned by {@link #getUncaughtExceptionHandler()}. To allow the standard
1911 public UncaughtExceptionHandler getUncaughtExceptionHandler() { method in class:Thread
1953 getUncaughtExceptionHandler().uncaughtException(this, e);
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
H A DThreadTest.java958 * java.lang.Thread#getUncaughtExceptionHandler
969 assertSame(handler, Thread.currentThread().getUncaughtExceptionHandler());
/libcore/ojluni/src/main/java/java/util/concurrent/
H A DForkJoinPool.java2869 public UncaughtExceptionHandler getUncaughtExceptionHandler() { method in class:ForkJoinPool
/libcore/luni/src/test/java/libcore/javax/net/ssl/
H A DSSLSocketTest.java666 final UncaughtExceptionHandler original = self.getUncaughtExceptionHandler();

Completed in 326 milliseconds