Class SubscriptionLoggingExceptionHandler

  • All Implemented Interfaces:
    com.google.common.eventbus.SubscriberExceptionHandler

    public class SubscriptionLoggingExceptionHandler
    extends java.lang.Object
    implements com.google.common.eventbus.SubscriberExceptionHandler
    Author:
    Andi Hotz, (c) Sahits GmbH, 2014 Created on Jan 25, 2014
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleException​(java.lang.Throwable exception, com.google.common.eventbus.SubscriberExceptionContext context)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SubscriptionLoggingExceptionHandler

        public SubscriptionLoggingExceptionHandler()
    • Method Detail

      • handleException

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