Searched defs:uncaughtException (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/test/javax/swing/JPopupMenu/6495920/
H A Dbug6495920.java109 public void uncaughtException(Thread thread, Throwable throwable) { method in class:bug6495920
/openjdk7/jdk/test/java/awt/EventDispatchThread/LoopRobustness/
H A DLoopRobustness.java140 public void uncaughtException(Thread thread, Throwable e) { method in class:TestThreadGroup
/openjdk7/jdk/test/javax/swing/border/
H A DTest6981576.java88 public void uncaughtException(Thread thread, Throwable throwable) { method in class:Test6981576
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DMethodHandleStatics.java121 /*non-public*/ static Error uncaughtException(Throwable ex) { method in class:MethodHandleStatics
/openjdk7/jdk/test/javax/swing/system/6799345/
H A DTestShutdown.java107 public synchronized void uncaughtException(Thread thread, Throwable t) method in class:TestShutdown.TestThreadGroup
/openjdk7/jdk/src/share/classes/java/lang/
H A DThreadGroup.java1021 * The <code>uncaughtException</code> method of
1025 * <code>uncaughtException</code> method of that parent is called
1030 * <code>uncaughtException</code> method is called with the same
1050 public void uncaughtException(Thread t, Throwable e) { method in class:ThreadGroup
1052 parent.uncaughtException(t, e);
1057 ueh.uncaughtException(t, e);
H A DThread.java791 * @see ThreadGroup#uncaughtException(Thread,Throwable)
1838 * <tt>uncaughtException</tt> method, passing the thread and the
1850 * @see ThreadGroup#uncaughtException
1862 void uncaughtException(Thread t, Throwable e); method in interface:Thread.UncaughtExceptionHandler
1881 * <tt>uncaughtException</tt> method, then the default handler's
1882 * <tt>uncaughtException</tt> method will be invoked.
1902 * @see ThreadGroup#uncaughtException
1952 * @see ThreadGroup#uncaughtException
1965 getUncaughtExceptionHandler().uncaughtException(this, e);

Completed in 116 milliseconds