| Package | Description |
|---|---|
| co.aikar.commands |
| Modifier and Type | Field and Description |
|---|---|
protected ExceptionHandler |
CommandManager.defaultExceptionHandler |
| Modifier and Type | Method and Description |
|---|---|
ExceptionHandler |
CommandManager.getDefaultExceptionHandler()
Gets the current default exception handler, might be null.
|
ExceptionHandler |
BaseCommand.getExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandManager.setDefaultExceptionHandler(ExceptionHandler exceptionHandler)
Sets the default
ExceptionHandler that is called when an exception occurs while executing a command, if the command doesn't have it's own exception handler registered. |
BaseCommand |
BaseCommand.setExceptionHandler(ExceptionHandler exceptionHandler) |
Copyright © 2017. All rights reserved.