|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.kohsuke.args4j.CmdLineException
org.kohsuke.args4j.UndefinedOptionException
public class UndefinedOptionException
Signals that an option is not defined.
The Throwable.getMessage() method returns a human-readable
localized description of the error message.
| Constructor Summary | |
|---|---|
UndefinedOptionException(java.lang.String optionName)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getOptionName()
Returns the name of the option that caused a problem. |
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UndefinedOptionException(java.lang.String optionName)
| Method Detail |
|---|
public java.lang.String getOptionName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||