Package dev.cwhead.GravesX.exception
Class GravesXEventIllegalArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
dev.cwhead.GravesX.exception.GravesXEventIllegalArgumentException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionThrown when a method on aGraveEvent
is called but that method is performing an illegal argument. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GravesXEventIllegalArgumentException
Thrown when a method on aGraveEvent
is called but that method is performing an illegal argument.
-