Serialized Form
-
Package cloud.commandframework.arguments.compound
-
Class cloud.commandframework.arguments.compound.FlagArgument.FlagParseException extends ParserException implements Serializable
- serialVersionUID:
- -7725389394142868549L
-
Serialized Fields
-
input
String input
-
-
-
Package cloud.commandframework.arguments.preprocessor
-
Class cloud.commandframework.arguments.preprocessor.RegexPreprocessor.RegexValidationException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- 747826566058072233L
-
Serialized Fields
-
commandContext
CommandContext<?> commandContext
-
failedString
String failedString
-
failureCaption
Caption failureCaption
-
pattern
String pattern
-
-
-
Package cloud.commandframework.arguments.standard
-
Class cloud.commandframework.arguments.standard.BooleanArgument.BooleanParseException extends ParserException implements Serializable
- serialVersionUID:
- -2688852086944850025L
-
Serialized Fields
-
input
String input
-
liberal
boolean liberal
-
-
Class cloud.commandframework.arguments.standard.ByteArgument.ByteParseException extends NumberParseException implements Serializable
- serialVersionUID:
- -4724241304872989208L
-
Serialized Fields
-
parser
ByteArgument.ByteParser<?> parser
-
-
Class cloud.commandframework.arguments.standard.CharArgument.CharParseException extends ParserException implements Serializable
- serialVersionUID:
- 6458851071584278854L
-
Serialized Fields
-
input
String input
-
-
Class cloud.commandframework.arguments.standard.DoubleArgument.DoubleParseException extends NumberParseException implements Serializable
- serialVersionUID:
- 1764554911581976586L
-
Serialized Fields
-
parser
DoubleArgument.DoubleParser<?> parser
-
-
Class cloud.commandframework.arguments.standard.EnumArgument.EnumParseException extends ParserException implements Serializable
- serialVersionUID:
- 3465389578951428862L
-
Class cloud.commandframework.arguments.standard.FloatArgument.FloatParseException extends NumberParseException implements Serializable
- serialVersionUID:
- -1162983846751812292L
-
Serialized Fields
-
parser
FloatArgument.FloatParser<?> parser
-
-
Class cloud.commandframework.arguments.standard.IntegerArgument.IntegerParseException extends NumberParseException implements Serializable
- serialVersionUID:
- -6933923056628373853L
-
Serialized Fields
-
parser
IntegerArgument.IntegerParser<?> parser
-
-
Class cloud.commandframework.arguments.standard.LongArgument.LongParseException extends NumberParseException implements Serializable
- serialVersionUID:
- 4366856282301198232L
-
Serialized Fields
-
parser
LongArgument.LongParser<?> parser
-
-
Class cloud.commandframework.arguments.standard.ShortArgument.ShortParseException extends NumberParseException implements Serializable
- serialVersionUID:
- -478674263339091032L
-
Serialized Fields
-
parser
ShortArgument.ShortParser<?> parser
-
-
Class cloud.commandframework.arguments.standard.StringArgument.StringParseException extends ParserException implements Serializable
- serialVersionUID:
- -8903115465005472945L
-
Serialized Fields
-
input
String input
-
stringMode
StringArgument.StringMode stringMode
-
-
Class cloud.commandframework.arguments.standard.UUIDArgument.UUIDParseException extends ParserException implements Serializable
- serialVersionUID:
- 6399602590976540023L
-
Serialized Fields
-
input
String input
-
-
-
Package cloud.commandframework.exceptions
-
Class cloud.commandframework.exceptions.AmbiguousNodeException extends IllegalStateException implements Serializable
- serialVersionUID:
- -200207173805584709L
-
Serialized Fields
-
ambiguousNode
CommandArgument<?,?> ambiguousNode
-
children
List<CommandArgument<?,?>> children
-
parentNode
CommandArgument<?,?> parentNode
-
-
Class cloud.commandframework.exceptions.ArgumentParseException extends CommandParseException implements Serializable
- serialVersionUID:
- -4385446899439587461L
-
Serialized Fields
-
cause
Throwable cause
-
-
Class cloud.commandframework.exceptions.CommandExecutionException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- -4785446899438294661L
-
Serialized Fields
-
commandContext
CommandContext<?> commandContext
-
-
Class cloud.commandframework.exceptions.CommandParseException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- -2415981126382517435L
-
Serialized Fields
-
commandSender
Object commandSender
-
currentChain
List<CommandArgument<?,?>> currentChain
-
-
Class cloud.commandframework.exceptions.InvalidCommandSenderException extends CommandParseException implements Serializable
- serialVersionUID:
- 7372142477529875598L
-
Class cloud.commandframework.exceptions.InvalidSyntaxException extends CommandParseException implements Serializable
- serialVersionUID:
- -4183356059293785202L
-
Serialized Fields
-
correctSyntax
String correctSyntax
-
-
Class cloud.commandframework.exceptions.NoCommandInLeafException extends IllegalStateException implements Serializable
- serialVersionUID:
- 3373529875213310821L
-
Serialized Fields
-
commandArgument
CommandArgument<?,?> commandArgument
-
-
Class cloud.commandframework.exceptions.NoPermissionException extends CommandParseException implements Serializable
- serialVersionUID:
- 7103413337750692843L
-
Serialized Fields
-
missingPermission
CommandPermission missingPermission
-
-
Class cloud.commandframework.exceptions.NoSuchCommandException extends CommandParseException implements Serializable
- serialVersionUID:
- -7775865652882764771L
-
Serialized Fields
-
suppliedCommand
String suppliedCommand
-
-
-
Package cloud.commandframework.exceptions.parsing
-
Class cloud.commandframework.exceptions.parsing.NoInputProvidedException extends ParserException implements Serializable
- serialVersionUID:
- 3485754951593709559L
-
Class cloud.commandframework.exceptions.parsing.NumberParseException extends ParserException implements Serializable
- serialVersionUID:
- 3018775374056029797L
-
Class cloud.commandframework.exceptions.parsing.ParserException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- -4409795575435072170L
-
Serialized Fields
-
argumentParser
Class<?> argumentParser
-
captionVariables
CaptionVariable[] captionVariables
-
context
CommandContext<?> context
-
errorCaption
Caption errorCaption
-
-