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