Serialized Form
-
Package com.martiansoftware.jsap
-
Class com.martiansoftware.jsap.IllegalMultipleDeclarationException extends JSAPException implements Serializable
-
Serialized Fields
-
id
java.lang.String id
The unique ID of the parameter that was illegally declared more than once.
-
-
-
Class com.martiansoftware.jsap.JSAPException extends java.lang.Exception implements Serializable
-
Class com.martiansoftware.jsap.ParseException extends JSAPException implements Serializable
-
Class com.martiansoftware.jsap.RequiredParameterMissingException extends JSAPException implements Serializable
-
Serialized Fields
-
id
java.lang.String id
The unique ID of the parameter that was missing.
-
-
-
Class com.martiansoftware.jsap.SyntaxException extends JSAPException implements Serializable
-
Class com.martiansoftware.jsap.UnknownFlagException extends JSAPException implements Serializable
-
Serialized Fields
-
flag
java.lang.String flag
The unknown flag that was encountered.
-
-
-
Class com.martiansoftware.jsap.UnspecifiedParameterException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
id
java.lang.String id
The unique ID of the parameter whose retrieval was attempted.
-
-
-