Class MissingCommandExecutorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.jorel.commandapi.exceptions.MissingCommandExecutorException
All Implemented Interfaces:
Serializable

public class MissingCommandExecutorException extends RuntimeException
An exception caused when a command does not declare any executors
See Also:
  • Constructor Details

    • MissingCommandExecutorException

      public MissingCommandExecutorException(String commandName)
      Creates a MissingCommandExecutorException
      Parameters:
      commandName - the name of the command that was being registered