Uses of Class
org.javalite.activejdbc.Errors

Packages that use Errors
org.javalite.activejdbc   
org.javalite.activejdbc.validation   
 

Uses of Errors in org.javalite.activejdbc
 

Methods in org.javalite.activejdbc that return Errors
 Errors Model.errors()
          Provides an instance of Errors object, filled with error messages after validation.
 Errors Model.errors(Locale locale)
          Provides an instance of localized Errors object, filled with error messages after validation.
 

Uses of Errors in org.javalite.activejdbc.validation
 

Methods in org.javalite.activejdbc.validation that return Errors
 Errors ValidationException.errors()
          Convenience method, returns the same object with errors that is attached to a model generated this exception.
 Errors ValidationException.errors(Locale locale)
          Convenience method, returns the same object with errors that is attached to a model generated this exception.
 



Copyright © 2015 JavaLite. All rights reserved.