Uses of Class
com.ibm.tws.objects.validator.RangeValidatorException

Packages that use RangeValidatorException
com.ibm.tws.objects.validator   
 

Uses of RangeValidatorException in com.ibm.tws.objects.validator
 

Methods in com.ibm.tws.objects.validator that throw RangeValidatorException
protected  void Validator.checkRange(java.lang.String field, int value, int start, int end)
          Checks that the integer specified for the given field is within the specified range.
protected  void Validator.checkRange(java.lang.String field, long value, long start, long end)
          Checks that the long integer specified for the given field is within the specified range.
protected  void Validator.checkRange(java.lang.String field, java.util.Date value, java.util.Date start, java.util.Date end)
          Checks that the date specified for the given field is within the specified range.
 



Copyright © 2005 IBM All Rights Reserved.