Searched refs:uncaughtExceptionHandler (Results 1 – 1 of 1) sorted by relevance
49 private UncaughtExceptionHandler uncaughtExceptionHandler = null; field in ThreadFactoryBuilder115 UncaughtExceptionHandler uncaughtExceptionHandler) { in setUncaughtExceptionHandler() argument116 this.uncaughtExceptionHandler = checkNotNull(uncaughtExceptionHandler); in setUncaughtExceptionHandler()153 final UncaughtExceptionHandler uncaughtExceptionHandler = in build() local154 builder.uncaughtExceptionHandler; in build()172 if (uncaughtExceptionHandler != null) { in build()173 thread.setUncaughtExceptionHandler(uncaughtExceptionHandler); in build()