Uses of Interface
com.zetaplugins.zetacore.commands.CommandExceptionHandler
Packages that use CommandExceptionHandler
-
Uses of CommandExceptionHandler in com.zetaplugins.zetacore.commands
Methods in com.zetaplugins.zetacore.commands with parameters of type CommandExceptionHandlerModifier and TypeMethodDescriptionfinal <E extends CommandException>
voidPluginCommand.registerExceptionHandler(Class<E> exceptionClass, CommandExceptionHandler<E> handler) Register an exception handler for a specific CommandException subclass -
Uses of CommandExceptionHandler in com.zetaplugins.zetacore.commands.exceptions
Methods in com.zetaplugins.zetacore.commands.exceptions that return CommandExceptionHandlerConstructors in com.zetaplugins.zetacore.commands.exceptions with parameters of type CommandExceptionHandlerModifierConstructorDescriptionGenericCommandException(String message, CommandExceptionHandler<GenericCommandException> handler)