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

/external/guava/guava/src/com/google/common/util/concurrent/
H A DUncaughtExceptionHandlers.java32 public final class UncaughtExceptionHandlers { class
33 private UncaughtExceptionHandlers() {} method in class:UncaughtExceptionHandlers
42 * Thread.currentThread().setUncaughtExceptionHandler(UncaughtExceptionHandlers.systemExit());
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DUncaughtExceptionHandlersTest.java23 import com.google.common.util.concurrent.UncaughtExceptionHandlers.Exiter;

Completed in 82 milliseconds