Package com.martiansoftware.jsap
Class RequiredParameterMissingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.martiansoftware.jsap.JSAPException
-
- com.martiansoftware.jsap.RequiredParameterMissingException
-
- All Implemented Interfaces:
java.io.Serializable
public class RequiredParameterMissingException extends JSAPException
An exception indicating that a required parameter was missing from the supplied arguments and defaults.
-
-
Constructor Summary
Constructors Constructor Description RequiredParameterMissingException(java.lang.String paramID)
Creates a new RequiredParameterMissingException referencing the specified parameter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getID()
Returns the unique ID of the parameter that was missing.
-