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 |
---|
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, toString
public IllegalOptionValueException(CmdLineParser.Option opt, String value)
public CmdLineParser.Option getOption()
public String getValue()
Copyright © 2003–2020 XDEV Software. All rights reserved.