Package cloud.commandframework.exceptions
cloud related exceptions
-
Exception Summary Exception Description AmbiguousNodeException Exception thrown when aCommandContext
is being inserted into aCommandTree
and an ambiguity is detected.ArgumentParseException CommandParseException Exception thrown when parsing user input into a commandInvalidCommandSenderException Exception thrown when an invalid command sender tries to execute a commandInvalidSyntaxException Exception sent when a command sender inputs invalid command syntaxNoCommandInLeafException Thrown when aCommandArgument
that is registered as a leaf node, does not contain an owningCommand
NoPermissionException Exception thrown when a command sender misses a permission required to execute aCommand
NoSuchCommandException Exception thrown when a command sender tries to execute a command that doesn't exist