CommandAPI 9.4.0
An API for the command UI introduced in Minecraft 1.13
dev.jorel.commandapi.exceptions.MissingCommandExecutorException Class Reference

An exception caused when a command does not declare any executors. More...

+ Inheritance diagram for dev.jorel.commandapi.exceptions.MissingCommandExecutorException:

Public Member Functions

 MissingCommandExecutorException (String commandName)
 Creates a MissingCommandExecutorException. More...
 

Detailed Description

An exception caused when a command does not declare any executors.

Constructor & Destructor Documentation

◆ MissingCommandExecutorException()

dev.jorel.commandapi.exceptions.MissingCommandExecutorException.MissingCommandExecutorException ( String  commandName)

Creates a MissingCommandExecutorException.

Parameters
commandNamethe name of the command that was being registered