Package dev.jorel.commandapi.exceptions
Class InvalidCommandNameException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.jorel.commandapi.exceptions.InvalidCommandNameException
- All Implemented Interfaces:
Serializable
An exception that occurs when trying to register a command with an invalid name
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidCommandNameException(String commandName) Creates an InvalidCommandNameException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidCommandNameException
Creates an InvalidCommandNameException- Parameters:
commandName- the invalid command name
-