Searched defs:uncaughtException (Results 1 – 3 of 3) sorted by relevance
688 public void uncaughtException(Thread t, Throwable e) { in uncaughtException() method in ThreadGroup
1136 void uncaughtException(Thread thread, Throwable ex); in uncaughtException() method
320 public void uncaughtException(Thread t, Throwable e) { in uncaughtException() method in OldThreadGroupTest