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