Class UnsupportedVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.stefvanschie.inventoryframework.exception.UnsupportedVersionException
- All Implemented Interfaces:
Serializable
An exception indicating that the provided version is not supported.
- Since:
- 0.8.0
- See Also:
-
Constructor Summary
ConstructorDescriptionUnsupportedVersionException
(@NotNull String message) Constructs the exception with a given message -
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
Constructs the exception with a given message- Parameters:
message
- the message to show- Since:
- 0.8.0
-