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 TypeClassDescriptionclass
Exception thrown when an argument cannot be parsed due to being invalid.class
Exception 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 TypeClassDescriptionclass
Exception type that indicates that the invocation handling of a command was completed but did not issue any result (i.e.class
Exception type that is triggered when a command chain being invoked is not valid due to an incompatiblity between commands in the chain.class
Exception that indicates that command execution finished.