Package dev.jorel.commandapi.exceptions
Class MissingCommandExecutorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.jorel.commandapi.exceptions.MissingCommandExecutorException
- All Implemented Interfaces:
Serializable
An exception caused when a command does not declare any executors
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMissingCommandExecutorException(String commandName) Creates a MissingCommandExecutorException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingCommandExecutorException
Creates a MissingCommandExecutorException- Parameters:
commandName- the name of the command that was being registered
-