Class UnsupportedVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.wyck.exceptions.UnsupportedVersionException
- All Implemented Interfaces:
Serializable
This exception is thrown when an unknown NMS version is encountered.
NMS (Net Minecraft Server) is the internal server code for Minecraft.
This exception is used to indicate that the server version is not supported by the Wyck.
- Since:
- 0.0.1
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedVersionException(String message) Constructs a new UnknownNMSVersionException with the specified detail message. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedVersionException
Constructs a new UnknownNMSVersionException with the specified detail message.- Parameters:
message- the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.
-