Class GravesXEventNullPointerException

All Implemented Interfaces:
Serializable

public class GravesXEventNullPointerException extends NullPointerException
See Also:
  • Constructor Details

    • GravesXEventNullPointerException

      public GravesXEventNullPointerException(org.bukkit.event.Event event, String cause)
      Thrown when a method on a GraveEvent is called but that method is null for the specific event type.
      Parameters:
      event - The event that fired the error
      cause - The cause of the error to occur
    • GravesXEventNullPointerException

      public GravesXEventNullPointerException(String message)
      Thrown when a method on a GraveEvent is called but that method is null for the specific event type.