Class ExceptionHandler

java.lang.Object
tv.phantombot.event.ExceptionHandler
All Implemented Interfaces:
net.engio.mbassy.bus.error.IPublicationErrorHandler

public class ExceptionHandler extends Object implements net.engio.mbassy.bus.error.IPublicationErrorHandler
Error handler for EventBus
  • Nested Class Summary

    Nested classes/interfaces inherited from interface net.engio.mbassy.bus.error.IPublicationErrorHandler

    net.engio.mbassy.bus.error.IPublicationErrorHandler.ConsoleLogger
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleError(net.engio.mbassy.bus.error.PublicationError err)
     

    Methods inherited from class java.lang.Object

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

    • ExceptionHandler

      public ExceptionHandler()
  • Method Details

    • handleError

      public void handleError(net.engio.mbassy.bus.error.PublicationError err)
      Specified by:
      handleError in interface net.engio.mbassy.bus.error.IPublicationErrorHandler