Searched refs:exceptionHandler (Results 1 – 2 of 2) sorted by relevance
144 protected ExceptionHandler exceptionHandler; field in LocalConsumer629 if (exceptionHandler != null) { in work()630 exceptionHandler.handleException(e); in work()764 exceptionHandler = h; in go()797 if (exceptionHandler != null) { in stop()798 exceptionHandler.handleException(e); in stop()
639 final ExceptionHandler exceptionHandler = new ExceptionHandler() { in main() local974 exceptionHandler.handleException(x); in main()1017 exceptionHandler.handleException(x); in main()1021 dtrace.go(exceptionHandler); in main()