jargs.gnu
public static class CmdLineParser.IllegalOptionValueException extends CmdLineParser.OptionException
getMessage()
returns
an error string suitable for reporting the error to the user (in
English).
Constructor Summary | |
---|---|
IllegalOptionValueException(CmdLineParser.Option opt, String value) |
Method Summary | |
---|---|
CmdLineParser.Option | getOption() |
String | getValue() |
Returns: the name of the option whose value was illegal (e.g. "-u")
Returns: the illegal value