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

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

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

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.
 



Copyright © 2005 IBM All Rights Reserved.