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

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

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

Methods in com.ibm.tws.objects.validator that throw CharValidatorException
protected  void Validator.checkAlphabetic(java.lang.String field, java.lang.String value, java.lang.String allowed)
          Checks that the string specified for the given field includes only alphabetic characters.
protected  void Validator.checkNumeric(java.lang.String field, java.lang.String value, java.lang.String allowed)
          Checks that the string specified for the given field includes only numeric characters.
protected  void Validator.checkAlphaNumeric(java.lang.String field, java.lang.String value, java.lang.String allowed)
          Checks that the string specified for the given field includes only alphanumeric characters.
protected  void Validator.checkNotAllowedChars(java.lang.String field, java.lang.String value, java.lang.String notAllowed)
          Checks that the string specified for the given field does not include not allowed characters.
 



Copyright © 2005 IBM All Rights Reserved.