Methods in com.ibm.tws.objects.validator that throw StartValidatorException
|
protected void |
Validator.checkStartWithAlphabetic(java.lang.String field,
java.lang.String value,
java.lang.String allowed)
Checks that the string specified for the given field starts with an alphabetic character. |
protected void |
Validator.checkStartWithNumeric(java.lang.String field,
java.lang.String value,
java.lang.String allowed)
Checks that the string specified for the given field starts with a numeric character. |
protected void |
Validator.checkStartWithAlphaNumeric(java.lang.String field,
java.lang.String value,
java.lang.String allowed)
Checks that the string specified for the given field starts with an alphanumeric character. |
protected void |
Validator.checkNotAllowedStart(java.lang.String field,
java.lang.String value,
java.lang.String notAllowed)
Checks that the string specified for the given field does not start with a not allowed character. |