Uses of Interface
com.zetaplugins.zetacore.command.CommandExceptionHandler
Packages that use CommandExceptionHandler
-
Uses of CommandExceptionHandler in com.zetaplugins.zetacore.command
Methods in com.zetaplugins.zetacore.command 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.command.exception
Methods in com.zetaplugins.zetacore.command.exception that return CommandExceptionHandlerConstructors in com.zetaplugins.zetacore.command.exception with parameters of type CommandExceptionHandlerModifierConstructorDescriptionGenericCommandException(String message, CommandExceptionHandler<GenericCommandException> handler)