Methods in pellet that throw PelletCmdException |
int |
PelletCmdOption.getValueAsInteger()
Returns the option value as an integer |
int |
PelletCmdOption.getValueAsInteger(int minAllowed,
int maxAllowed)
Returns the option value as an integer and verifies that it is in the
given range. |
int |
PelletCmdOption.getValueAsNonNegativeInteger()
Returns the option value as an integer and verifies that the value is a
non-negative integer (>= 0). |
int |
PelletCmdOption.getValueAsPositiveInteger()
Returns the option value as an integer and verifies that the value is a
positive integer (>= 1). |