Searched defs:uncaughtExceptionHandler (Results 1 – 4 of 4) sorted by relevance
55 @CheckForNull private UncaughtExceptionHandler uncaughtExceptionHandler = null; field in ThreadFactoryBuilder120 UncaughtExceptionHandler uncaughtExceptionHandler) { in setUncaughtExceptionHandler()157 final UncaughtExceptionHandler uncaughtExceptionHandler = builder.uncaughtExceptionHandler; in doBuild() local
55 val uncaughtExceptionHandler = Thread.UncaughtExceptionHandler { t, ex -> in <lambda>() constant
125 ChannelHandler uncaughtExceptionHandler = in setup() local