public static class CmdLineParser.IllegalOptionValueException extends CmdLineParser.OptionException
getMessage() returns
an error string suitable for reporting the error to the user (in
English).| Constructor and Description |
|---|
CmdLineParser.IllegalOptionValueException(CmdLineParser.Option opt,
String value) |
| Modifier and Type | Method and Description |
|---|---|
CmdLineParser.Option |
getOption() |
String |
getValue() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CmdLineParser.IllegalOptionValueException(CmdLineParser.Option opt, String value)
public CmdLineParser.Option getOption()
public String getValue()
Copyright © 2009-2012. All Rights Reserved.