public static class CmdlineOptions.OptionsException extends Exception
Modifier and Type | Field and Description |
---|---|
protected String |
argument |
protected String |
value |
Constructor and Description |
---|
OptionsException(String argument,
String value) |
Modifier and Type | Method and Description |
---|---|
String |
getArgument()
Returns the name of the invalid argument.
|
String |
getMessage() |
String |
getValue()
Returns the value of the invalid argument.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public String getArgument()
public String getValue()
public String getMessage()
getMessage
in class Throwable