Searched refs:UncaughtExceptionHandler (Results 1 – 11 of 11) sorted by relevance
165 private UncaughtExceptionHandler uncaughtHandler;170 private static UncaughtExceptionHandler defaultUncaughtHandler;546 public static UncaughtExceptionHandler getDefaultUncaughtExceptionHandler() { in getDefaultUncaughtExceptionHandler()617 public UncaughtExceptionHandler getUncaughtExceptionHandler() { in getUncaughtExceptionHandler()860 public static void setDefaultUncaughtExceptionHandler(UncaughtExceptionHandler handler) { in setDefaultUncaughtExceptionHandler()968 public void setUncaughtExceptionHandler(UncaughtExceptionHandler handler) { in setUncaughtExceptionHandler()1137 public static interface UncaughtExceptionHandler { interface in Thread
284 Thread.UncaughtExceptionHandler h = Thread.getDefaultUncaughtExceptionHandler(); in finalizerTimedOut()
31 public class ThreadGroup implements Thread.UncaughtExceptionHandler {
15 static class MyHandler implements Thread.UncaughtExceptionHandler {
56 static class MyHandler implements Thread.UncaughtExceptionHandler {259 final Thread.UncaughtExceptionHandler eh = in testSetUncaughtExceptionHandler()260 new Thread.UncaughtExceptionHandler() { in testSetUncaughtExceptionHandler()
20 import java.lang.Thread.UncaughtExceptionHandler;904 class Handler implements UncaughtExceptionHandler { in test_get_setDefaultUncaughtExceptionHandler()957 class Handler implements UncaughtExceptionHandler { in test_get_setUncaughtExceptionHandler()
27 private Thread.UncaughtExceptionHandler originalThreadDefaultUncaughtExceptionHandler;771 implements Thread.UncaughtExceptionHandler {
9 import java.lang.Thread.UncaughtExceptionHandler;1235 final UncaughtExceptionHandler ueh; // per-worker UEH1329 UncaughtExceptionHandler handler; WorkQueue[] ws; int s, ps; in registerWorker()2406 UncaughtExceptionHandler handler, in ForkJoinPool()2436 UncaughtExceptionHandler handler, in ForkJoinPool()2622 public UncaughtExceptionHandler getUncaughtExceptionHandler() { in getUncaughtExceptionHandler()3257 UncaughtExceptionHandler handler = null; in makeCommonPool()3271 handler = ((UncaughtExceptionHandler)ClassLoader. in makeCommonPool()
20 import java.lang.Thread.UncaughtExceptionHandler;967 Thread.currentThread().setUncaughtExceptionHandler(new UncaughtExceptionHandler() { in testThrowingTaskKillsTimerThread()
27 public class OldThreadGroupTest extends TestCase implements Thread.UncaughtExceptionHandler {
23 import java.lang.Thread.UncaughtExceptionHandler;564 private static final class TestUncaughtExceptionHandler implements UncaughtExceptionHandler {574 final UncaughtExceptionHandler original = self.getUncaughtExceptionHandler(); in test_SSLSocket_HandshakeCompletedListener_RuntimeException()