Class GenericCommandException

All Implemented Interfaces:
Serializable

public class GenericCommandException extends CommandException
A generic command exception that can be used for various command errors. This exception holds a handler to process the exception when it occurs.
This must NOT be explicitly registered using PluginCommand.registerExceptionHandler(Class, CommandExceptionHandler),
See Also: