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)
      Constructs a new runtime exception with the specified cause and a detail message of (cause==null ? null : cause.toString())
      Parameters:
      cause - The cause of the exception.