Uses of Class
pellet.PelletCmdException

Packages that use PelletCmdException
pellet   
 

Uses of PelletCmdException in pellet
 

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).
 



Copyright © 2004 Evren Sirin. All Rights Reserved.