Uses of Class
dev.sympho.modular_commands.api.exception.CommandException
Packages that use CommandException
Package
Description
Interfaces defining how received arguments are parsed.
Exceptions thrown by the system.
-
Uses of CommandException in dev.sympho.modular_commands.api.command.parameter.parse
Subclasses of CommandException in dev.sympho.modular_commands.api.command.parameter.parseModifier and TypeClassDescriptionclassException raised when fetching an attachment argument fails.classException thrown when an argument cannot be parsed due to being invalid.classException that indicates that some items in an argument list were invalid. -
Uses of CommandException in dev.sympho.modular_commands.api.exception
Subclasses of CommandException in dev.sympho.modular_commands.api.exceptionModifier and TypeClassDescriptionclassException type that indicates that the invocation handling of a command was completed but did not issue any result (i.e.classException type that is triggered when a command chain being invoked is not valid due to an incompatiblity between commands in the chain.classException that indicates that command execution finished.