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