Class InvalidDescriptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.geysermc.geyser.api.extension.exception.InvalidDescriptionException
- All Implemented Interfaces:
Serializable
Thrown when an extension's description is invalid.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidDescriptionException(String message) InvalidDescriptionException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidDescriptionException
-
InvalidDescriptionException
-
InvalidDescriptionException
-