Serialized Form
-
Package picocli
-
Exception Class picocli.CommandLine.DuplicateNameException
class DuplicateNameException extends CommandLine.InitializationException implements Serializable- serialVersionUID:
- -4126747467955626054L
-
Exception Class picocli.CommandLine.DuplicateOptionAnnotationsException
class DuplicateOptionAnnotationsException extends CommandLine.DuplicateNameException implements Serializable- serialVersionUID:
- -3355128012575075641L
-
Exception Class picocli.CommandLine.ExecutionException
class ExecutionException extends CommandLine.PicocliException implements Serializable- serialVersionUID:
- 7764539594267007998L
-
Serialized Fields
-
commandLine
CommandLine commandLine
-
-
Exception Class picocli.CommandLine.InitializationException
class InitializationException extends CommandLine.PicocliException implements Serializable- serialVersionUID:
- 8423014001666638895L
-
Exception Class picocli.CommandLine.MaxValuesExceededException
class MaxValuesExceededException extends CommandLine.ParameterException implements Serializable- serialVersionUID:
- 6536145439570100641L
-
Exception Class picocli.CommandLine.MissingParameterException
class MissingParameterException extends CommandLine.ParameterException implements Serializable- serialVersionUID:
- 5075678535706338753L
-
Serialized Fields
-
missing
List<CommandLine.Model.ArgSpec> missing
-
-
Exception Class picocli.CommandLine.MissingTypeConverterException
class MissingTypeConverterException extends CommandLine.ParameterException implements Serializable- serialVersionUID:
- -6050931703233083760L
-
Exception Class picocli.CommandLine.MutuallyExclusiveArgsException
class MutuallyExclusiveArgsException extends CommandLine.ParameterException implements Serializable- serialVersionUID:
- -5557715106221420986L
-
Exception Class picocli.CommandLine.OverwrittenOptionException
class OverwrittenOptionException extends CommandLine.ParameterException implements Serializable- serialVersionUID:
- 1338029208271055776L
-
Serialized Fields
-
overwrittenArg
CommandLine.Model.ArgSpec overwrittenArg
-
-
Exception Class picocli.CommandLine.ParameterException
class ParameterException extends CommandLine.PicocliException implements Serializable- serialVersionUID:
- 1477112829129763139L
-
Serialized Fields
-
argSpec
CommandLine.Model.ArgSpec argSpec
-
commandLine
CommandLine commandLine
-
value
String value
-
-
Exception Class picocli.CommandLine.ParameterIndexGapException
class ParameterIndexGapException extends CommandLine.InitializationException implements Serializable- serialVersionUID:
- -1520981133257618319L
-
Exception Class picocli.CommandLine.PicocliException
class PicocliException extends RuntimeException implements Serializable- serialVersionUID:
- -2574128880125050818L
-
Exception Class picocli.CommandLine.TypeConversionException
class TypeConversionException extends CommandLine.PicocliException implements Serializable- serialVersionUID:
- 4251973913816346114L
-
Exception Class picocli.CommandLine.UnmatchedArgumentException
class UnmatchedArgumentException extends CommandLine.ParameterException implements Serializable- serialVersionUID:
- -8700426380701452440L
-