CommandAPI 9.7.0
An API for the command UI introduced in Minecraft 1.13
Loading...
Searching...
No Matches
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.
 

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