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

/libcore/ojluni/src/main/java/java/lang/
H A DThread.java781 uncaughtExceptionHandler = null;
1854 private volatile UncaughtExceptionHandler uncaughtExceptionHandler; field in class:Thread
1917 return uncaughtExceptionHandler != null ?
1918 uncaughtExceptionHandler : group;
1938 uncaughtExceptionHandler = eh;

Completed in 31 milliseconds