Package dev.cwhead.GravesX.exception
Class GravesXEventNullPointerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.NullPointerException
dev.cwhead.GravesX.exception.GravesXEventNullPointerException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGravesXEventNullPointerException
(String message) Thrown when a method on aGraveEvent
is called but that method is null for the specific event type.GravesXEventNullPointerException
(org.bukkit.event.Event event, String cause) Thrown when a method on aGraveEvent
is called but that method is null for the specific event type. -
Method Summary
Methods inherited from class java.lang.NullPointerException
fillInStackTrace, getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GravesXEventNullPointerException
Thrown when a method on aGraveEvent
is called but that method is null for the specific event type.- Parameters:
event
- The event that fired the errorcause
- The cause of the error to occur
-
GravesXEventNullPointerException
Thrown when a method on aGraveEvent
is called but that method is null for the specific event type.
-