Package dev.jorel.commandapi.exceptions
Class UnsupportedVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.jorel.commandapi.exceptions.UnsupportedVersionException
- All Implemented Interfaces:
Serializable
An exception that occurs when this version of Minecraft is unsupported
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedVersionException(String version) Creates an UnsupportedVersionException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedVersionException
Creates an UnsupportedVersionException- Parameters:
version- the version of Minecraft that is unsupported
-