Class CommandParseException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BooleanRequiredException, CommandHelpException, CommandNoPermissionException, DecimalRequiredException, EmptyGreedyException, IntegerRequiredException, InvalidBooleanException, InvalidDecimalException, InvalidEscapeCharException, InvalidIntegerException, InvalidLiteralException, InvalidParameterValueException, NoEndQuoteException, NumberTooBigException, NumberTooSmallException, QuotedStringRequiredException

public class CommandParseException extends CommandException
Author: Placeblock
See Also:
  • Constructor Details

    • CommandParseException

      public CommandParseException()