Serialized Form
-
Package jargs.gnu
-
Class jargs.gnu.CmdLineParser.IllegalOptionValueException extends CmdLineParser.OptionException implements Serializable
-
Serialized Fields
-
option
CmdLineParser.Option option
-
value
String value
-
-
-
Class jargs.gnu.CmdLineParser.NotFlagException extends CmdLineParser.UnknownOptionException implements Serializable
-
Serialized Fields
-
notflag
char notflag
-
-
-
Class jargs.gnu.CmdLineParser.OptionException extends Exception implements Serializable
-
Class jargs.gnu.CmdLineParser.UnknownOptionException extends CmdLineParser.OptionException implements Serializable
-
Serialized Fields
-
optionName
String optionName
-
-
-
Class jargs.gnu.CmdLineParser.UnknownSuboptionException extends CmdLineParser.UnknownOptionException implements Serializable
-
Serialized Fields
-
suboption
char suboption
-
-
-