this.dispatchErrorHandler = dispatchErrorHandler;
}
this.uncaughtErrorHandler = uncaughtErrorHandler;
this.on(new ClassSelector(Throwable.class), new Consumer<Event<Throwable>>() {
Logger log;
@Override
public void accept(Event<Throwable> ev) {
if (null == uncaughtErrorHandler) {