Class GravesXNullPointerException

All Implemented Interfaces:
Serializable

public class GravesXNullPointerException extends NullPointerException
See Also:
  • Constructor Details

    • GravesXNullPointerException

      public GravesXNullPointerException(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
    • GravesXNullPointerException

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