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

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

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

Methods in com.ibm.tws.objects.validator that throw ComparisonValidatorException
protected  void Validator.checkComparison(java.lang.String field1, int value1, java.lang.String field2, int value2)
          Checks that the integer values specified for the given fields meet a comparison constraint.
protected  void Validator.checkComparison(java.lang.String field1, long value1, java.lang.String field2, long value2)
          Checks that the long integer values specified for the given fields meet a comparison constraint.
protected  void Validator.checkComparison(java.lang.String field1, java.util.Date value1, java.lang.String field2, java.util.Date value2)
          Checks that the date values specified for the given fields meet a comparison constraint.
 



Copyright © 2005 IBM All Rights Reserved.