Searched defs:uncaughtExceptionHandler (Results 1 – 8 of 8) sorted by relevance
55 @CheckForNull private UncaughtExceptionHandler uncaughtExceptionHandler = null; field in ThreadFactoryBuilder127 UncaughtExceptionHandler uncaughtExceptionHandler) { in setUncaughtExceptionHandler()164 UncaughtExceptionHandler uncaughtExceptionHandler = builder.uncaughtExceptionHandler; in doBuild() local
27 private final UncaughtExceptionHandler uncaughtExceptionHandler; field in CallFromNativeWrapper35 public CallFromNativeWrapper(UncaughtExceptionHandler uncaughtExceptionHandler) { in CallFromNativeWrapper()
99 private final Thread.UncaughtExceptionHandler uncaughtExceptionHandler; field in BasicThreadFactory337 public Builder uncaughtExceptionHandler( in uncaughtExceptionHandler() method in BasicThreadFactory.Builder
61 private final UncaughtExceptionHandler uncaughtExceptionHandler; field in SynchronizationContext73 public SynchronizationContext(UncaughtExceptionHandler uncaughtExceptionHandler) { in SynchronizationContext()
52 val uncaughtExceptionHandler = Thread.UncaughtExceptionHandler { t, ex -> in <lambda>() constant
111 private Thread.UncaughtExceptionHandler uncaughtExceptionHandler = field in InProcessTransport
122 ChannelHandler uncaughtExceptionHandler = in setup() local