Represents a list of ValidationError instances which have
occurred in data which is being validated for submission.
Currently, this class serves to encapsulate the functionality of the
Struts class ActionErrors . In the future,
it could be extended to be used in error handling with another platform.
.
since: ivata masks 0.4 (2002-11-11) author: Colin MacLeod author: colin.macleod@ivata.com version: $Revision: 1.7 $ See Also: ValidationError See Also: org.apache.struts.action.ActionErrors |