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

/openjdk7/jdk/src/share/classes/java/lang/
H A DThread.java744 uncaughtExceptionHandler = null;
1866 private volatile UncaughtExceptionHandler uncaughtExceptionHandler; field in class:Thread
1936 return uncaughtExceptionHandler != null ?
1937 uncaughtExceptionHandler : group;
1957 uncaughtExceptionHandler = eh;

Completed in 1288 milliseconds