Class HandlerException

All Implemented Interfaces:
Serializable

public class HandlerException extends EventBusException
处理器异常 - 事件处理器执行过程中出现的异常
See Also:
  • Constructor Details

    • HandlerException

      public HandlerException(String message)
    • HandlerException

      public HandlerException(String message, Throwable cause)
    • HandlerException

      public HandlerException(String message, String handlerInfo, Class<?> eventType, boolean isAsync)
    • HandlerException

      public HandlerException(String message, Throwable cause, String handlerInfo, Class<?> eventType, boolean isAsync)
  • Method Details

    • getHandlerInfo

      public String getHandlerInfo()
    • getEventType

      public Class<?> getEventType()
    • isAsync

      public boolean isAsync()
    • toString

      public String toString()
      Overrides:
      toString in class EventBusException