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

Classes which are the exceptions raised during the execution of the Command API. More...

Classes

class  BadLiteralException
 An exception caused when a literal is null or empty. More...
 
class  ConflictingPermissionsException
 An exception caused when the same permission is registered to a command. More...
 
class  EmptyExecutorException
 An exception caused when a command has no executor. More...
 
class  GreedyArgumentException
 An exception caused when a greedy argument is not declared at the end of a List. More...
 
class  InvalidCommandNameException
 An exception that occurs when trying to register a command with an invalid name. More...
 
class  InvalidRangeException
 An exception that occurs when the maximum value of a FloatRange or IntegerRange is less than its minimum value. More...
 
class  MissingCommandExecutorException
 An exception caused when a command does not declare any executors. More...
 
class  NBTAPINotFoundException
 An exception that occurs when the NBTAPI is not found, but an argument that uses it is declared. More...
 
class  OptionalArgumentException
 
class  PaperAdventureNotFoundException
 An exception that occurs when Paper's Adventure API is not present and has been set to be used. More...
 
class  SpigotNotFoundException
 An exception that occurs when Spigot is not present and Spigot is required. More...
 
class  UnimplementedArgumentException
 An exception caused when using an argument which hasn't been implemented in this Minecraft version. More...
 
class  WrapperCommandSyntaxException
 A wrapper for the CommandSyntaxException so other developers don't have to import Mojang's brigadier. More...
 

Detailed Description

Classes which are the exceptions raised during the execution of the Command API.