|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.martiansoftware.jsap.JSAPException
com.martiansoftware.jsap.RequiredParameterMissingException
An exception indicating that a required parameter was missing from the supplied arguments and defaults.
FlaggedOption.setAllowMultipleDeclarations(boolean)
,
Option.required()
,
Serialized FormConstructor Summary | |
RequiredParameterMissingException(java.lang.String paramID)
Creates a new RequiredParameterMissingException referencing the specified parameter. |
Method Summary | |
java.lang.String |
getID()
Returns the unique ID of the parameter that was missing. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RequiredParameterMissingException(java.lang.String paramID)
paramID
- the unique ID of the parameter that was missing.Method Detail |
public java.lang.String getID()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |