Searched refs:exceptionHandler (Results 1 – 2 of 2) sorted by relevance
142 protected ExceptionHandler exceptionHandler; field in LocalConsumer627 if (exceptionHandler != null) { in work()628 exceptionHandler.handleException(e); in work()762 exceptionHandler = h; in go()795 if (exceptionHandler != null) { in stop()796 exceptionHandler.handleException(e); in stop()
644 final ExceptionHandler exceptionHandler = new ExceptionHandler() { in main() local979 exceptionHandler.handleException(x); in main()1022 exceptionHandler.handleException(x); in main()1026 dtrace.go(exceptionHandler); in main()