Class EventHandlerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
be.seeseemelk.mockbukkit.exception.EventHandlerException
All Implemented Interfaces:
Serializable

public class EventHandlerException extends RuntimeException
Thrown when an event handler throws a non-RuntimeException
See Also:
  • Constructor Details

    • EventHandlerException

      public EventHandlerException(@NotNull @NotNull Throwable cause)