Searched defs:uncaughtExceptionHandler (Results 1 – 2 of 2) sorted by relevance
49 private UncaughtExceptionHandler uncaughtExceptionHandler = null; field in ThreadFactoryBuilder112 UncaughtExceptionHandler uncaughtExceptionHandler) { in setUncaughtExceptionHandler()150 final UncaughtExceptionHandler uncaughtExceptionHandler = in build() local
15 var uncaughtExceptionHandler = require('uncaught_exception_handler'); variable