Searched refs:setUncaughtExceptionPreHandler (Results 1 – 8 of 8) sorted by relevance
95 public static void setUncaughtExceptionPreHandler( in setUncaughtExceptionPreHandler() method in RuntimeHooks97 Thread.setUncaughtExceptionPreHandler(uncaughtExceptionHandler); in setUncaughtExceptionPreHandler()
258 Thread.setUncaughtExceptionPreHandler(initialHandler); in uncaughtExceptionPreHandler_calledBeforeDefaultHandler()269 Thread.setUncaughtExceptionPreHandler(null); in uncaughtExceptionPreHandler_calledBeforeDefaultHandler()278 Thread.setUncaughtExceptionPreHandler(initialHandler); in uncaughtExceptionPreHandler_noDefaultHandler()288 Thread.setUncaughtExceptionPreHandler(null); in uncaughtExceptionPreHandler_noDefaultHandler()
146 public static void setUncaughtExceptionPreHandler(UncaughtExceptionHandler eh) { throw new RuntimeE… in setUncaughtExceptionPreHandler() method in Thread
291 public static void setUncaughtExceptionPreHandler( in setUncaughtExceptionPreHandler() method in Thread
2128 public static void setUncaughtExceptionPreHandler(UncaughtExceptionHandler eh) { in setUncaughtExceptionPreHandler() method in Thread
253 …method public static void setUncaughtExceptionPreHandler(@Nullable java.lang.Thread.UncaughtExcept…398 …method public static void setUncaughtExceptionPreHandler(java.lang.Thread.UncaughtExceptionHandler…