Class CommandParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.placeblock.commandapi.core.exception.CommandException
de.placeblock.commandapi.core.exception.CommandParseException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BooleanRequiredException,CommandHelpException,CommandNoPermissionException,DecimalRequiredException,EmptyGreedyException,IntegerRequiredException,InvalidBooleanException,InvalidDecimalException,InvalidEscapeCharException,InvalidIntegerException,InvalidLiteralException,InvalidParameterValueException,NoEndQuoteException,NumberTooBigException,NumberTooSmallException,QuotedStringRequiredException
Author: Placeblock
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CommandParseException
public CommandParseException()
-