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