Searched refs:UncaughtExceptionHandler (Results 1 - 14 of 14) sorted by relevance

/openjdk7/jdk/test/java/awt/Dialog/ModalDialogPermission/
H A DModalDialogPermission.java39 Thread.setDefaultUncaughtExceptionHandler(new Thread.UncaughtExceptionHandler() {
/openjdk7/jdk/test/java/nio/channels/AsynchronousChannelGroup/
H A DRestart.java52 final Thread.UncaughtExceptionHandler ueh =
53 new Thread.UncaughtExceptionHandler() {
/openjdk7/jdk/test/java/awt/EventDispatchThread/HandleExceptionOnEDT/
H A DHandleExceptionOnEDT.java48 final Thread.UncaughtExceptionHandler eh = new Thread.UncaughtExceptionHandler()
/openjdk7/jdk/test/java/lang/Thread/
H A DUncaughtExceptions.sh101 class OK implements UncaughtExceptionHandler {
107 class NeverInvoked implements UncaughtExceptionHandler {
/openjdk7/jdk/test/java/nio/MappedByteBuffer/
H A DTruncate.java91 t.setUncaughtExceptionHandler(new Thread.UncaughtExceptionHandler() {
/openjdk7/jdk/test/javax/swing/border/
H A DTest6981576.java40 public class Test6981576 extends TitledBorder implements Runnable, Thread.UncaughtExceptionHandler {
/openjdk7/jdk/src/share/classes/java/lang/
H A DThread.java1836 * <tt>UncaughtExceptionHandler</tt> using
1840 * If a thread has not had its <tt>UncaughtExceptionHandler</tt>
1842 * <tt>UncaughtExceptionHandler</tt>. If the <tt>ThreadGroup</tt> object
1853 public interface UncaughtExceptionHandler { interface in class:Thread
1866 private volatile UncaughtExceptionHandler uncaughtExceptionHandler;
1869 private static volatile UncaughtExceptionHandler defaultUncaughtExceptionHandler;
1905 public static void setDefaultUncaughtExceptionHandler(UncaughtExceptionHandler eh) {
1923 public static UncaughtExceptionHandler getDefaultUncaughtExceptionHandler(){
1935 public UncaughtExceptionHandler getUncaughtExceptionHandler() {
1955 public void setUncaughtExceptionHandler(UncaughtExceptionHandler e
[all...]
H A DThreadGroup.java57 class ThreadGroup implements Thread.UncaughtExceptionHandler {
1018 * does not have a specific {@link Thread.UncaughtExceptionHandler}
1054 Thread.UncaughtExceptionHandler ueh =
/openjdk7/jdk/test/java/awt/FullScreen/UninitializedDisplayModeChangeTest/
H A DUninitializedDisplayModeChangeTest.java52 new Thread.UncaughtExceptionHandler() {
/openjdk7/jdk/test/javax/swing/JPopupMenu/6495920/
H A Dbug6495920.java46 public class bug6495920 implements Thread.UncaughtExceptionHandler {
/openjdk7/jdk/test/java/util/concurrent/ThreadPoolExecutor/
H A DConfigChanges.java107 final Thread.UncaughtExceptionHandler handler
108 = new Thread.UncaughtExceptionHandler() {
H A DThrowingTasks.java77 static final Thread.UncaughtExceptionHandler handler
78 = new Thread.UncaughtExceptionHandler() {
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DForkJoinPool.java483 final Thread.UncaughtExceptionHandler ueh;
1406 * no UncaughtExceptionHandler, and non-async LIFO processing mode.
1422 * no UncaughtExceptionHandler, and non-async LIFO processing mode.
1462 Thread.UncaughtExceptionHandler handler,
1673 public Thread.UncaughtExceptionHandler getUncaughtExceptionHandler() {
H A DForkJoinWorkerThread.java303 Thread.UncaughtExceptionHandler ueh = pool.ueh;

Completed in 3227 milliseconds