Package dev.sympho.modular_commands.api.exception
package dev.sympho.modular_commands.api.exception
Exceptions thrown by the system.
-
ExceptionsClassDescriptionBase type for exceptions related to the command system.Exception type that is triggered when the invocation handling of a command is completed without a non-
continue
result.Exception thrown when an argument cannot be parsed due to being invalid.Exception type that is triggered when a command chain being invoked is not valid due to an incompatiblity between commands in the chain.