|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.martiansoftware.jsap.UnspecifiedParameterException
An exception thrown when an argument that requires a conversion
(e.g., an integer) has no associated value, but it is retrieved
by means of a type-specified method (e.g., JSAPResult.getInt(String)
).
Constructor Summary | |
UnspecifiedParameterException(java.lang.String paramID)
Creates a new UnspecifiedParameterException referencing the
specified parameter. |
Method Summary | |
java.lang.String |
getID()
Returns the unique ID of the parameter whose retrieval was attempted. |
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 UnspecifiedParameterException(java.lang.String paramID)
UnspecifiedParameterException
referencing the
specified parameter.
paramID
- the unique ID of the parameter whose retrieval was attempted.Method Detail |
public java.lang.String getID()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |