Class EventHandler.EventHandlerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.geysermc.geyser.event.handlers.EventHandler.EventHandlerException
All Implemented Interfaces:
Serializable
Enclosing class:
EventHandler<T extends GeyserEvent>

public static class EventHandler.EventHandlerException extends Exception
See Also:
Serialized Form
  • Constructor Details

    • EventHandlerException

      public EventHandlerException(String message, Throwable ex)
    • EventHandlerException

      public EventHandlerException(String message)
    • EventHandlerException

      public EventHandlerException(Throwable ex)