Class SubscriberExceptionContext
java.lang.Object
com.google.common.eventbus.SubscriberExceptionContext
Context for an exception thrown by a subscriber.
- Since:
- 16.0
- 
Method Summary
- 
Method Details- 
getEventBus
- 
getEventReturns the event object that caused the subscriber to throw.
- 
getSubscriberReturns the object context that the subscriber was called on.
- 
getSubscriberMethodReturns the subscribed method that threw the exception.
 
-