Uses of Class
org.javalite.validation.Errors
Packages that use Errors
-
Uses of Errors in org.javalite.activejdbc
Methods in org.javalite.activejdbc that return Errors -
Uses of Errors in org.javalite.validation
Methods in org.javalite.validation that return ErrorsModifier and TypeMethodDescriptionValidatable.errors()
Provides an instance of localizedErrors
object, filled with error messages after validation.Provides an instance of localizedErrors
object, filled with error messages after validation.ValidationException.errors()
Convenience method, returns the same object with errors that is attached to a model generated this exception.Convenience method, returns the same object with errors that is attached to a model generated this exception.ValidationSupport.errors()
Provides an instance ofErrors
object, filled with error messages after validation.Provides an instance of localizedErrors
object, filled with error messages after validation.