Package org.projectbarbel.histo.event
Class EventType.DefaultSubscriberExceptionHandler
- java.lang.Object
-
- org.projectbarbel.histo.event.EventType.DefaultSubscriberExceptionHandler
-
-
Constructor Summary
Constructors Constructor Description DefaultSubscriberExceptionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleException(Throwable exception, com.google.common.eventbus.SubscriberExceptionContext context)
-
-
-
Method Detail
-
handleException
public void handleException(Throwable exception, com.google.common.eventbus.SubscriberExceptionContext context)
- Specified by:
handleException
in interfacecom.google.common.eventbus.SubscriberExceptionHandler
-
-