Uses of Class
com.zetaplugins.zetacore.commands.exceptions.CommandException
Packages that use CommandException
-
Uses of CommandException in com.zetaplugins.zetacore.commands
Classes in com.zetaplugins.zetacore.commands with type parameters of type CommandExceptionModifier and TypeInterfaceDescriptioninterfaceCommandExceptionHandler<E extends CommandException>Functional interface for handling CommandExceptions.Methods in com.zetaplugins.zetacore.commands 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.commands that throw CommandExceptionModifier and TypeMethodDescriptionabstract booleanPluginCommand.execute(CommandSender sender, Command command, String label, ArgumentList args) Execute the command -
Uses of CommandException in com.zetaplugins.zetacore.commands.exceptions
Subclasses of CommandException in com.zetaplugins.zetacore.commands.exceptionsModifier and TypeClassDescriptionclassclassclassclassclassA generic command exception that can be used for various command errors.