Class EventType.DefaultSubscriberExceptionHandler

  • All Implemented Interfaces:
    com.google.common.eventbus.SubscriberExceptionHandler
    Enclosing class:
    EventType

    public static class EventType.DefaultSubscriberExceptionHandler
    extends Object
    implements com.google.common.eventbus.SubscriberExceptionHandler
    • Constructor Detail

      • DefaultSubscriberExceptionHandler

        public DefaultSubscriberExceptionHandler()
    • Method Detail

      • handleException

        public void handleException​(Throwable exception,
                                    com.google.common.eventbus.SubscriberExceptionContext context)
        Specified by:
        handleException in interface com.google.common.eventbus.SubscriberExceptionHandler