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,
java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
CmdLineParser.Option |
getOption() |
java.lang.String |
getValue() |
public CmdLineParser.IllegalOptionValueException(CmdLineParser.Option opt, java.lang.String value)
public CmdLineParser.Option getOption()
public java.lang.String getValue()