Package dev.jorel.commandapi.exceptions
Class EmptyExecutorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.jorel.commandapi.exceptions.EmptyExecutorException
- All Implemented Interfaces:
Serializable
An exception caused when a command has no executor
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EmptyExecutorException
public EmptyExecutorException()Creates an EmptyExecutorException
-