Searched refs:getUncaughtExceptionHandler (Results 1 – 6 of 6) sorted by relevance
31 assertEquals(tg, current.getUncaughtExceptionHandler()); in testGetAndSetUncaughtExceptionHandler()33 assertEquals(eh, current.getUncaughtExceptionHandler()); in testGetAndSetUncaughtExceptionHandler()35 assertEquals(tg, current.getUncaughtExceptionHandler()); in testGetAndSetUncaughtExceptionHandler()
267 assertSame(eh, p.getUncaughtExceptionHandler()); in testSetUncaughtExceptionHandler()
617 public UncaughtExceptionHandler getUncaughtExceptionHandler() { in getUncaughtExceptionHandler() method in Thread
964 assertSame(handler, Thread.currentThread().getUncaughtExceptionHandler()); in test_get_setUncaughtExceptionHandler()
574 final UncaughtExceptionHandler original = self.getUncaughtExceptionHandler(); in test_SSLSocket_HandshakeCompletedListener_RuntimeException()
2622 public UncaughtExceptionHandler getUncaughtExceptionHandler() { in getUncaughtExceptionHandler() method in ForkJoinPool