Uses of Class
com.ldodds.foaf.thinlet.model.ValidationError

Packages that use ValidationError
com.ldodds.foaf.thinlet.model   
 

Uses of ValidationError in com.ldodds.foaf.thinlet.model
 

Methods in com.ldodds.foaf.thinlet.model that return ValidationError
static ValidationError ValidationError.createMissingFieldError(java.lang.String field)
           
 

Methods in com.ldodds.foaf.thinlet.model with parameters of type ValidationError
protected  void FOAFObject.addValidationError(ValidationError error)
          Convenience method for sub-classes allowing validation messages to be added to an internal list.