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

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

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

Methods in com.ibm.tws.objects.validator that throw ValueValidatorException
protected  void Validator.checkValue(java.lang.String field, int value, int invalid)
          Checks that the integer specified for the given field is not equal to the specified invalid value.
protected  void Validator.checkValue(java.lang.String field, long value, long invalid)
          Checks that the long integer specified for the given field is not equal to the specified invalid value.
protected  void Validator.checkValue(java.lang.String field, java.lang.Object value, java.lang.Object invalid)
          Checks that the object specified for the given field is not equal to the specified invalid value.
 



Copyright © 2005 IBM All Rights Reserved.