| Enum | Description |
|---|---|
| ChainExecutionException.Reason |
The reason why the execution failed.
|
| Exception | Description |
|---|---|
| ArgumentParseException |
An exception which is thrown when an argument could not be parsed.
|
| ChainExecutionException |
An exception which is thrown when the execution of a command chain fails.
|
| CommandExecutionException |
An exception which is thrown when an error occurs during the execution of a command.
|
| HandledException |
A wrapper exception which is used to mark the original exception as handled by a
CommandExceptionHandler. |