Package dev.jorel.commandapi.exceptions
package dev.jorel.commandapi.exceptions
Classes which are the exceptions raised during the execution of the Command API
-
ExceptionsClassDescriptionAn exception that occurs when trying to use the AngleArgument on Minecraft version < 1.16.2An exception caused when a literal is null or emptyAn exception caused when using the BiomeArgument on Minecraft version < 1.16An exception caused when the same permission is registered to a commandAn exception caused when a command has no executorAn exception caused when using the EnvironmentArgument on Minecraft version 1.13An 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 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 that occurs when trying to use the TimeArgument on Minecraft version < 1.14An exception that occurs when trying to use the UUIDArgumentException on Minecraft version < 1.16A wrapper for the CommandSyntaxException so other developers don't have to import Mojang's brigadier