|
For updates and more see jargs.sourceforge.net | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception jargs.gnu.CmdLineParser.OptionException jargs.gnu.CmdLineParser.IllegalOptionValueException
public static class CmdLineParser.IllegalOptionValueException
Thrown when an illegal or missing value is given by the user for
an option that takes a value. getMessage()
returns
an error string suitable for reporting the error to the user (in
English).
Constructor Summary | |
---|---|
CmdLineParser.IllegalOptionValueException(CmdLineParser.Option opt,
java.lang.String value)
|
Method Summary | |
---|---|
CmdLineParser.Option |
getOption()
|
java.lang.String |
getValue()
|
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 CmdLineParser.IllegalOptionValueException(CmdLineParser.Option opt, java.lang.String value)
Method Detail |
---|
public CmdLineParser.Option getOption()
public java.lang.String getValue()
|
For updates and more see jargs.sourceforge.net | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |