public static class CommandLineOptionException.ConflictingOptions extends CommandLineOptionException
EXACTLY_ONE, and there are
more than one options of the group on the command line.CommandLineOptionException.ArgumentConversionFailed, CommandLineOptionException.ConflictingOptions, CommandLineOptionException.DuplicateOption, CommandLineOptionException.OptionArgumentMissing, CommandLineOptionException.RequiredOptionGroupMissing, CommandLineOptionException.RequiredOptionMissing, CommandLineOptionException.UnrecognizedOption| Modifier | Constructor and Description |
|---|---|
protected |
ConflictingOptions(CommandLineOptionGroup optionGroup,
CommandLineOption option,
java.lang.String optionName) |
| Modifier and Type | Method and Description |
|---|---|
CommandLineOption |
getOption() |
CommandLineOptionGroup |
getOptionGroup() |
java.lang.String |
getOptionName() |
protected ConflictingOptions(CommandLineOptionGroup optionGroup, CommandLineOption option, java.lang.String optionName)
public CommandLineOptionGroup getOptionGroup()
public CommandLineOption getOption()
public java.lang.String getOptionName()