|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParameterException | |
---|---|
com.beust.jcommander | |
com.beust.jcommander.validators |
Uses of ParameterException in com.beust.jcommander |
---|
Subclasses of ParameterException in com.beust.jcommander | |
---|---|
class |
MissingCommandException
Thrown when a command was expected. |
Methods in com.beust.jcommander that throw ParameterException | |
---|---|
void |
IParameterValidator.validate(String name,
String value)
Validate the parameter. |
Uses of ParameterException in com.beust.jcommander.validators |
---|
Methods in com.beust.jcommander.validators that throw ParameterException | |
---|---|
void |
PositiveInteger.validate(String name,
String value)
|
void |
NoValidator.validate(String parameterName,
String parameterValue)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |