public class UndefinedOptionException extends CmdLineException
The Throwable.getMessage() method returns a human-readable
localized description of the error message.
| Constructor and Description |
|---|
UndefinedOptionException(java.lang.String optionName) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOptionName()
Returns the name of the option that caused a problem.
|
Copyright © 2003-2013 Kohsuke Kawaguchi. All Rights Reserved.