Uses of Class
org.vladnput.VladError

Packages that use VladError
org.vladnput   
 

Uses of VladError in org.vladnput
 

Methods in org.vladnput that return types with arguments of type VladError
 java.util.List<VladError> VladErrors.getErrors()
          Returns the actual errors, which is a list of VladError objects.
 java.util.Iterator<VladError> VladErrors.iterator()
          Allows iteration over the errors.
 

Methods in org.vladnput with parameters of type VladError
 void VladErrors.add(VladError error)
          Add error to this list
 



Copyright © 2009 Patrick Higgins. All Rights Reserved.