Uses of Class
com.github.alex1304.ultimategdbot.api.command.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 CommandErrorHandler
CommandProvider. getErrorHandler()
Gets the error handler assigned to this provider.CommandErrorHandler
ExecutableCommand. 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 void
CommandProvider. setErrorHandler(CommandErrorHandler errorHandler)
Allows to supply 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)