Uses of Class
com.zetaplugins.zetacore.command.exception.CommandException
Packages that use CommandException
-
Uses of CommandException in com.zetaplugins.zetacore.command
Classes in com.zetaplugins.zetacore.command with type parameters of type CommandExceptionModifier and TypeInterfaceDescriptioninterfaceCommandExceptionHandler<E extends CommandException>Functional interface for handling CommandExceptions.Methods in com.zetaplugins.zetacore.command with type parameters of type CommandExceptionModifier and TypeMethodDescriptionfinal <E extends CommandException>
voidPluginCommand.registerExceptionHandler(Class<E> exceptionClass, CommandExceptionHandler<E> handler) Register an exception handler for a specific CommandException subclassMethods in com.zetaplugins.zetacore.command that throw CommandExceptionModifier and TypeMethodDescriptionabstract booleanPluginCommand.execute(CommandContext ctx) Execute the command -
Uses of CommandException in com.zetaplugins.zetacore.command.exception
Subclasses of CommandException in com.zetaplugins.zetacore.command.exceptionModifier and TypeClassDescriptionclassclassclassclassclassA generic command exception that can be used for various command errors.