|
||||||||||
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.IllegalMultipleDeclarationException
An exception indicating that a parameter has illegally been declared multiple times.
FlaggedOption.setAllowMultipleDeclarations(boolean)
,
Flagged
,
Option
,
Serialized FormConstructor Summary | |
IllegalMultipleDeclarationException(java.lang.String paramID)
Creates a new IllegalMultipleDeclarationException referencing the specified parameter. |
Method Summary | |
java.lang.String |
getID()
Returns the unique ID of the parameter that was illegally declared more than once. |
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 IllegalMultipleDeclarationException(java.lang.String paramID)
paramID
- the unique ID of the parameter that was illegally declared
more than once.Method Detail |
public java.lang.String getID()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |