Searched refs:setUncaughtExceptionHandler (Results 1 – 7 of 7) sorted by relevance
42 current.setUncaughtExceptionHandler(eh); in testGetAndSetUncaughtExceptionHandler()46 current.setUncaughtExceptionHandler(null); in testGetAndSetUncaughtExceptionHandler()
208 public void setUncaughtExceptionHandler(UncaughtExceptionHandler x) { } in setUncaughtExceptionHandler() method in ForkJoinWorkerThread.InnocuousForkJoinWorkerThread
1561 wt.setUncaughtExceptionHandler(handler); in registerWorker()
968 Thread.currentThread().setUncaughtExceptionHandler(handler); in test_get_setUncaughtExceptionHandler()971 Thread.currentThread().setUncaughtExceptionHandler(null); in test_get_setUncaughtExceptionHandler()
1936 public void setUncaughtExceptionHandler(UncaughtExceptionHandler eh) { in setUncaughtExceptionHandler() method in Thread
972 Thread.currentThread().setUncaughtExceptionHandler(new UncaughtExceptionHandler() { in testThrowingTaskKillsTimerThread()
641 self.setUncaughtExceptionHandler(test); in test_SSLSocket_HandshakeCompletedListener_RuntimeException()667 self.setUncaughtExceptionHandler(original); in test_SSLSocket_HandshakeCompletedListener_RuntimeException()