|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidChoiceException | |
---|---|
laser.util.argument | Contains classes for creating and manipulating arguments such as
options and parameters. |
Uses of InvalidChoiceException in laser.util.argument |
---|
Constructors in laser.util.argument that throw InvalidChoiceException | |
---|---|
ChoiceOption(java.lang.String name,
java.util.List<?> choices,
java.lang.Object defaultValue,
java.lang.String helpMessage)
Creates a new ChoiceOption with the given name and default value. |
|
ChoiceOption(java.lang.String name,
java.util.List choices,
java.lang.Object defaultValue)
Creates a new ChoiceOption with the given name and default value. |
|
IntegerChoiceOption(java.lang.String name,
java.lang.Integer[] choices,
java.lang.Integer defaultValue)
Creates a new IntegerChoiceOption with the given name and default value. |
|
IntegerChoiceOption(java.lang.String name,
java.lang.Integer[] choices,
java.lang.Integer defaultValue,
java.lang.String helpMessage)
Creates a new IntegerChoiceOption with the given name and default value. |
|
StringChoiceOption(java.lang.String name,
java.lang.String[] choices,
java.lang.String defaultValue)
Creates a new StringChoiceOption with the given name and default value. |
|
StringChoiceOption(java.lang.String name,
java.lang.String[] choices,
java.lang.String defaultValue,
java.lang.String helpMessage)
Creates a new StringChoiceOption with the given name and default value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |