Uses of Class
com.github.alex1304.ultimategdbot.api.command.CommandErrorHandler
-
Packages that use CommandErrorHandler Package Description com.github.alex1304.ultimategdbot.api.command -
-
Uses of CommandErrorHandler in com.github.alex1304.ultimategdbot.api.command
Methods in com.github.alex1304.ultimategdbot.api.command that return CommandErrorHandler Modifier and Type Method Description CommandErrorHandlerCommandProvider. getErrorHandler()Gets the error handler assigned to this provider.CommandErrorHandlerExecutableCommand. getErrorHandler()Gets the error handler applied to this command.Methods in com.github.alex1304.ultimategdbot.api.command with parameters of type CommandErrorHandler Modifier and Type Method Description voidCommandProvider. setErrorHandler(CommandErrorHandler errorHandler)Sets a custom command handler.Constructors in com.github.alex1304.ultimategdbot.api.command with parameters of type CommandErrorHandler Constructor Description ExecutableCommand(Command command, Context context, CommandErrorHandler errorHandler, PermissionChecker permissionChecker)
-