T - the event type handledpublic final class ExceptionHandlingEventHandler<T> extends Object implements EventHandler<T>
| Constructor and Description | 
|---|
ExceptionHandlingEventHandler(EventHandler<T> wrapped,
                                                          EventHandler<Throwable> exceptionHandler)  | 
public ExceptionHandlingEventHandler(EventHandler<T> wrapped, EventHandler<Throwable> exceptionHandler)
public void onNext(T t)
EventHandleronNext in interface EventHandler<T>t - an eventCopyright © 2015 The Apache Software Foundation. All rights reserved.