Serialized Form
-
Package org.incendo.cloud
-
Exception Class org.incendo.cloud.CloudCapability.CloudCapabilityMissingException
class CloudCapabilityMissingException extends RuntimeException implements Serializable
-
-
Package org.incendo.cloud.component.preprocessor
-
Exception Class org.incendo.cloud.component.preprocessor.RegexPreprocessor.RegexValidationException
class RegexValidationException extends IllegalArgumentException implements Serializable-
Serialized Fields
-
commandContext
CommandContext<?> commandContext
-
failedString
String failedString
-
failureCaption
Caption failureCaption
-
pattern
String pattern
-
-
-
-
Package org.incendo.cloud.context
-
Exception Class org.incendo.cloud.context.CommandInput.CursorOutOfBoundsException
class CursorOutOfBoundsException extends NoSuchElementException implements Serializable
-
-
Package org.incendo.cloud.exception
-
Exception Class org.incendo.cloud.exception.AmbiguousNodeException
class AmbiguousNodeException extends IllegalStateException implements Serializable-
Serialized Fields
-
ambiguousNode
CommandNode<?> ambiguousNode
-
children
List<CommandNode<?>> children
-
parentNode
CommandNode<?> parentNode
-
-
-
Exception Class org.incendo.cloud.exception.ArgumentParseException
class ArgumentParseException extends CommandParseException implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
Exception Class org.incendo.cloud.exception.CommandExecutionException
class CommandExecutionException extends IllegalArgumentException implements Serializable-
Serialized Fields
-
commandContext
CommandContext<?> commandContext
-
-
-
Exception Class org.incendo.cloud.exception.CommandParseException
class CommandParseException extends IllegalArgumentException implements Serializable-
Serialized Fields
-
commandSender
Object commandSender
-
currentChain
List<CommandComponent<?>> currentChain
-
-
-
Exception Class org.incendo.cloud.exception.InjectionException
class InjectionException extends RuntimeException implements Serializable -
Exception Class org.incendo.cloud.exception.InvalidCommandSenderException
class InvalidCommandSenderException extends CommandParseException implements Serializable -
Exception Class org.incendo.cloud.exception.InvalidSyntaxException
class InvalidSyntaxException extends CommandParseException implements Serializable-
Serialized Fields
-
correctSyntax
String correctSyntax
-
-
-
Exception Class org.incendo.cloud.exception.NoCommandInLeafException
class NoCommandInLeafException extends IllegalStateException implements Serializable-
Serialized Fields
-
commandComponent
CommandComponent<?> commandComponent
-
-
-
Exception Class org.incendo.cloud.exception.NoPermissionException
class NoPermissionException extends CommandParseException implements Serializable-
Serialized Fields
-
result
PermissionResult result
-
-
-
Exception Class org.incendo.cloud.exception.NoSuchCommandException
class NoSuchCommandException extends CommandParseException implements Serializable-
Serialized Fields
-
suppliedCommand
String suppliedCommand
-
-
-
-
Package org.incendo.cloud.exception.parsing
-
Exception Class org.incendo.cloud.exception.parsing.NumberParseException
class NumberParseException extends ParserException implements Serializable-
Serialized Fields
-
input
String input
-
parser
NumberParser<?,
?, ?> parser
-
-
-
Exception Class org.incendo.cloud.exception.parsing.ParserException
class ParserException extends IllegalArgumentException implements Serializable-
Serialized Fields
-
argumentParser
Class<?> argumentParser
-
captionVariables
CaptionVariable[] captionVariables
-
context
CommandContext<?> context
-
errorCaption
Caption errorCaption
-
-
-
-
Package org.incendo.cloud.parser.aggregate
-
Exception Class org.incendo.cloud.parser.aggregate.AggregateParser.AggregateParseException
class AggregateParseException extends ParserException implements Serializable
-
-
Package org.incendo.cloud.parser.flag
-
Exception Class org.incendo.cloud.parser.flag.CommandFlagParser.FlagParseException
class FlagParseException extends ParserException implements Serializable-
Serialized Fields
-
failureReason
CommandFlagParser.FailureReason failureReason
-
input
String input
-
-
-
-
Package org.incendo.cloud.parser.standard
-
Exception Class org.incendo.cloud.parser.standard.BooleanParser.BooleanParseException
class BooleanParseException extends ParserException implements Serializable-
Serialized Fields
-
input
String input
-
liberal
boolean liberal
-
-
-
Exception Class org.incendo.cloud.parser.standard.ByteParser.ByteParseException
class ByteParseException extends NumberParseException implements Serializable -
Exception Class org.incendo.cloud.parser.standard.CharacterParser.CharParseException
class CharParseException extends ParserException implements Serializable-
Serialized Fields
-
input
String input
-
-
-
Exception Class org.incendo.cloud.parser.standard.DoubleParser.DoubleParseException
class DoubleParseException extends NumberParseException implements Serializable -
Exception Class org.incendo.cloud.parser.standard.DurationParser.DurationParseException
class DurationParseException extends ParserException implements Serializable-
Serialized Fields
-
input
String input
-
-
-
Exception Class org.incendo.cloud.parser.standard.EitherParser.EitherParseException
class EitherParseException extends ParserException implements Serializable -
Exception Class org.incendo.cloud.parser.standard.EnumParser.EnumParseException
class EnumParseException extends ParserException implements Serializable -
Exception Class org.incendo.cloud.parser.standard.FloatParser.FloatParseException
class FloatParseException extends NumberParseException implements Serializable -
Exception Class org.incendo.cloud.parser.standard.IntegerParser.IntegerParseException
class IntegerParseException extends NumberParseException implements Serializable -
Exception Class org.incendo.cloud.parser.standard.LongParser.LongParseException
class LongParseException extends NumberParseException implements Serializable -
Exception Class org.incendo.cloud.parser.standard.ShortParser.ShortParseException
class ShortParseException extends NumberParseException implements Serializable -
Exception Class org.incendo.cloud.parser.standard.StringParser.StringParseException
class StringParseException extends ParserException implements Serializable-
Serialized Fields
-
input
String input
-
stringMode
StringParser.StringMode stringMode
-
-
-
Exception Class org.incendo.cloud.parser.standard.UUIDParser.UUIDParseException
class UUIDParseException extends ParserException implements Serializable-
Serialized Fields
-
input
String input
-
-
-