Package dev.jorel.commandapi.exceptions
Class UnknownArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
dev.jorel.commandapi.exceptions.UnknownArgumentException
- All Implemented Interfaces:
Serializable
An exception caused when an unknown argument type is provided
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownArgumentException(String argument) An exception caused when an unknown argument type is provided -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownArgumentException
An exception caused when an unknown argument type is provided- Parameters:
argument- the argument that wasn't recognised
-