Package dev.cwhead.GravesX.exception
Class GravesXEventMethodNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.UnsupportedOperationException
dev.cwhead.GravesX.exception.GravesXEventMethodNotSupportedException
- All Implemented Interfaces:
Serializable
Thrown when a method on a
GraveEvent
is called but that method is not supported for the specific event type.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionThrown when a method on aGraveEvent
is called but that method is not supported for the specific event type. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GravesXEventMethodNotSupportedException
Thrown when a method on aGraveEvent
is called but that method is not supported for the specific event type.
-