Searched refs:uncaughtException (Results 1 – 6 of 6) sorted by relevance
19 public void uncaughtException(Thread t, Throwable e) { in uncaughtException() method in ThreadTest.MyHandler
848 public void uncaughtException(Thread t, Throwable e) { in uncaughtException() method in ThreadGroup851 parent.uncaughtException(t, e); in uncaughtException()854 Thread.getDefaultUncaughtExceptionHandler().uncaughtException(t, e); in uncaughtException()
1352 void uncaughtException(Thread thread, Throwable ex); in uncaughtException() method
331 public void uncaughtException(Thread t, Throwable e) { in uncaughtException() method in OldThreadGroupTest
635 thread.getUncaughtExceptionHandler().uncaughtException(thread, e); in notifyHandshakeCompletedListeners()
1278 public void uncaughtException(Thread thread, Throwable ex) {} in testThrowingTaskKillsTimerThread()