Uses of Interface
co.aikar.commands.ExceptionHandler
-
Packages that use ExceptionHandler Package Description co.aikar.commands -
-
Uses of ExceptionHandler in co.aikar.commands
Fields in co.aikar.commands declared as ExceptionHandler Modifier and Type Field Description protected ExceptionHandlerCommandManager. defaultExceptionHandlerMethods in co.aikar.commands that return ExceptionHandler Modifier and Type Method Description ExceptionHandlerCommandManager. getDefaultExceptionHandler()Gets the current default exception handler, might be null.ExceptionHandlerBaseCommand. getExceptionHandler()Methods in co.aikar.commands with parameters of type ExceptionHandler Modifier and Type Method Description voidCommandManager. setDefaultExceptionHandler(ExceptionHandler exceptionHandler)Sets the defaultExceptionHandlerthat is called when an exception occurs while executing a command, if the command doesn't have it's own exception handler registered.voidCommandManager. setDefaultExceptionHandler(ExceptionHandler exceptionHandler, boolean logExceptions)Sets the defaultExceptionHandlerthat is called when an exception occurs while executing a command, if the command doesn't have it's own exception handler registered, and lets you control if ACF should also log the exception still.BaseCommandBaseCommand. setExceptionHandler(ExceptionHandler exceptionHandler)
-