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

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

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

Methods in com.ibm.tws.objects.validator that throw NullValidatorException
protected  void Validator.checkNotNull(java.lang.String field, java.lang.Object value)
          Checks that the value specified for the given field is not null.
protected  void Validator.checkNotNull(java.lang.String field, java.lang.String value)
          Checks that the text value specified for the given field is not null.
protected  void Validator.checkNotNull(java.lang.String field, int value)
          Checks that the integer specified for the given field is not null.
protected  void Validator.checkNotNull(java.lang.String field, long value)
          Checks that the long integer specified for the given field is not null.
protected  void Validator.checkNotNull(java.util.List fields, java.util.List values)
          Checks that at least one of the values specified for the given fields is not null.
 



Copyright © 2005 IBM All Rights Reserved.