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

An exception that occurs when trying to register a command with an invalid name. More...

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

Public Member Functions

 InvalidCommandNameException (String commandName)
 Creates an InvalidCommandNameException. More...
 

Detailed Description

An exception that occurs when trying to register a command with an invalid name.

Constructor & Destructor Documentation

◆ InvalidCommandNameException()

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

Creates an InvalidCommandNameException.

Parameters
commandNamethe invalid command name