Serialized Form
-
Package de.placeblock.commandapi.core.exception
-
Exception de.placeblock.commandapi.core.exception.BooleanRequiredException
class BooleanRequiredException extends CommandParseException implements Serializable -
Exception de.placeblock.commandapi.core.exception.CommandException
class CommandException extends Exception implements Serializable -
Exception de.placeblock.commandapi.core.exception.CommandHelpException
class CommandHelpException extends CommandParseException implements Serializable -
Exception de.placeblock.commandapi.core.exception.CommandNoPermissionException
class CommandNoPermissionException extends CommandParseException implements Serializable -
Exception de.placeblock.commandapi.core.exception.CommandParseException
class CommandParseException extends CommandException implements Serializable-
Serialized Fields
-
treeCommand
TreeCommand<?> treeCommand
-
-
-
Exception de.placeblock.commandapi.core.exception.DecimalRequiredException
class DecimalRequiredException extends CommandParseException implements Serializable -
Exception de.placeblock.commandapi.core.exception.EmptyGreedyException
class EmptyGreedyException extends CommandParseException implements Serializable -
Exception de.placeblock.commandapi.core.exception.IntegerRequiredException
class IntegerRequiredException extends CommandParseException implements Serializable -
Exception de.placeblock.commandapi.core.exception.InvalidBooleanException
class InvalidBooleanException extends CommandParseException implements Serializable-
Serialized Fields
-
bool
String bool
-
-
-
Exception de.placeblock.commandapi.core.exception.InvalidDecimalException
class InvalidDecimalException extends CommandParseException implements Serializable-
Serialized Fields
-
decimal
String decimal
-
-
-
Exception de.placeblock.commandapi.core.exception.InvalidEscapeCharException
class InvalidEscapeCharException extends CommandParseException implements Serializable-
Serialized Fields
-
character
char character
-
-
-
Exception de.placeblock.commandapi.core.exception.InvalidIntegerException
class InvalidIntegerException extends CommandParseException implements Serializable-
Serialized Fields
-
number
String number
-
-
-
Exception de.placeblock.commandapi.core.exception.InvalidLiteralException
class InvalidLiteralException extends CommandParseException implements Serializable -
Exception de.placeblock.commandapi.core.exception.InvalidParameterValueException
class InvalidParameterValueException extends CommandParseException implements Serializable-
Serialized Fields
-
parameter
String parameter
-
-
-
Exception de.placeblock.commandapi.core.exception.NoEndQuoteException
class NoEndQuoteException extends CommandParseException implements Serializable -
Exception de.placeblock.commandapi.core.exception.NumberTooBigException
class NumberTooBigException extends CommandParseException implements Serializable -
Exception de.placeblock.commandapi.core.exception.NumberTooSmallException
class NumberTooSmallException extends CommandParseException implements Serializable -
Exception de.placeblock.commandapi.core.exception.QuotedStringRequiredException
class QuotedStringRequiredException extends CommandParseException implements Serializable
-