Serialized Form
-
Package com.martiansoftware.jsap
-
Class com.martiansoftware.jsap.IllegalMultipleDeclarationException extends JSAPException implements Serializable
-
Serialized Fields
-
id
String id
The unique ID of the parameter that was illegally declared more than once.
-
-
-
Class com.martiansoftware.jsap.JSAPException extends Exception implements Serializable
-
Class com.martiansoftware.jsap.ParseException extends JSAPException implements Serializable
-
Class com.martiansoftware.jsap.RequiredParameterMissingException extends JSAPException implements Serializable
-
Serialized Fields
-
id
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
String flag
The unknown flag that was encountered.
-
-
-
Class com.martiansoftware.jsap.UnspecifiedParameterException extends RuntimeException implements Serializable
-
Serialized Fields
-
id
String id
The unique ID of the parameter whose retrieval was attempted.
-
-
-