public class IllegalOptionParameterException extends CmdLineException
The Throwable.getMessage() method returns a human-readable
localized description of the error message.
| Constructor and Description |
|---|
IllegalOptionParameterException(String optionName,
String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getOptionName()
Returns the name of the option that caused a problem.
|
String |
getValue()
Returns the parameter of the option that caused a problem.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic String getOptionName()
public String getValue()
Copyright © 2003-2013 Kohsuke Kawaguchi. All Rights Reserved.