Searched refs:setUncaughtExceptionHandler (Results 1 – 6 of 6) sorted by relevance
32 current.setUncaughtExceptionHandler(eh); in testGetAndSetUncaughtExceptionHandler()34 current.setUncaughtExceptionHandler(null); in testGetAndSetUncaughtExceptionHandler()
963 Thread.currentThread().setUncaughtExceptionHandler(handler); in test_get_setUncaughtExceptionHandler()966 Thread.currentThread().setUncaughtExceptionHandler(null); in test_get_setUncaughtExceptionHandler()
968 public void setUncaughtExceptionHandler(UncaughtExceptionHandler handler) { in setUncaughtExceptionHandler() method in Thread
967 Thread.currentThread().setUncaughtExceptionHandler(new UncaughtExceptionHandler() { in testThrowingTaskKillsTimerThread()
578 self.setUncaughtExceptionHandler(test); in test_SSLSocket_HandshakeCompletedListener_RuntimeException()604 self.setUncaughtExceptionHandler(original); in test_SSLSocket_HandshakeCompletedListener_RuntimeException()
1332 wt.setUncaughtExceptionHandler(handler); in registerWorker()