public static class CommandLineOptionException.OptionArgumentMissing extends CommandLineOptionException
CommandLineOptionException.ArgumentConversionFailed, CommandLineOptionException.ConflictingOptions, CommandLineOptionException.DuplicateOption, CommandLineOptionException.OptionArgumentMissing, CommandLineOptionException.RequiredOptionGroupMissing, CommandLineOptionException.RequiredOptionMissing, CommandLineOptionException.UnrecognizedOption| Modifier | Constructor and Description |
|---|---|
protected |
OptionArgumentMissing(CommandLineOption option,
java.lang.String optionName,
int argumentIndex) |
| Modifier and Type | Method and Description |
|---|---|
int |
getArgumentIndex() |
CommandLineOption |
getOption() |
java.lang.String |
getOptionName() |
protected OptionArgumentMissing(CommandLineOption option, java.lang.String optionName, int argumentIndex)
argumentIndex - 0=First method argument, ...public CommandLineOption getOption()
public java.lang.String getOptionName()
public int getArgumentIndex()