Package dev.jorel.commandapi.exceptions
package dev.jorel.commandapi.exceptions
Classes which are the exceptions raised during the execution of the Command API
-
Exception ClassesClassDescriptionAn exception caused when a literal is null or emptyAn exception caused when the same permission is registered to a commandAn exception caused when a command has no executorAn exception caused when a greedy argument is not declared at the end of a ListAn exception that occurs when trying to register a command with an invalid nameAn exception that occurs when the maximum value of a FloatRange or IntegerRange is less than its minimum valueAn exception caused when a command does not declare any executorsAn exception that occurs when the NBTAPI is not found, but an argument that uses it is declaredAn exception that occurs when Paper's Adventure API is not present and has been set to be usedAn exception that occurs when Spigot is not present and Spigot is requiredAn exception caused when using an argument which hasn't been implemented in this Minecraft versionA wrapper for the CommandSyntaxException so other developers don't have to import Mojang's brigadier