Searched refs:setUncaughtExceptionPreHandler (Results 1 – 6 of 6) sorted by relevance
85 public static void setUncaughtExceptionPreHandler( in setUncaughtExceptionPreHandler() method in RuntimeHooks87 Thread.setUncaughtExceptionPreHandler(uncaughtExceptionHandler); in setUncaughtExceptionPreHandler()
233 Thread.setUncaughtExceptionPreHandler(initialHandler); in testUncaughtExceptionPreHandler_calledBeforeDefaultHandler()244 Thread.setUncaughtExceptionPreHandler(null); in testUncaughtExceptionPreHandler_calledBeforeDefaultHandler()252 Thread.setUncaughtExceptionPreHandler(initialHandler); in testUncaughtExceptionPreHandler_noDefaultHandler()262 Thread.setUncaughtExceptionPreHandler(null); in testUncaughtExceptionPreHandler_noDefaultHandler()
145 public static void setUncaughtExceptionPreHandler(UncaughtExceptionHandler eh) { throw new RuntimeE… in setUncaughtExceptionPreHandler() method in Thread
291 public static void setUncaughtExceptionPreHandler( in setUncaughtExceptionPreHandler() method in Thread
2141 public static void setUncaughtExceptionPreHandler(UncaughtExceptionHandler eh) { in setUncaughtExceptionPreHandler() method in Thread
601 …method public static void setUncaughtExceptionPreHandler(java.lang.Thread.UncaughtExceptionHandler…759 …method public static void setUncaughtExceptionPreHandler(java.lang.Thread.UncaughtExceptionHandler…