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