Package org.sakaiproject.pasystem.api
Class Errors
- java.lang.Object
-
- org.sakaiproject.pasystem.api.Errors
-
public class Errors extends Object
A collection of validation errors.
-
-
Constructor Summary
Constructors Constructor Description Errors()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddError(String field, String code)booleanhasErrors()Errorsmerge(Errors other)Combine the errors in this object with the errors in another.List<org.sakaiproject.pasystem.api.Errors.Error>toList()Map<String,String>toMap()
-