| Package | Description | 
|---|---|
| org.javalite.activejdbc | 
 ActiveJDBC - the agile Java ORM. 
 | 
| org.javalite.validation | 
 Data validation , see
 Validations. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. | 
| Modifier and Type | Method and Description | 
|---|---|
Errors | 
ValidationSupport.errors()
Provides an instance of  
Errors object, filled with error messages after validation. | 
Errors | 
ValidationException.errors()
Convenience method, returns the same object with errors that is attached to a model generated this exception. 
 | 
Errors | 
Validatable.errors()
Provides an instance of localized  
Errors object, filled with error messages after validation. | 
Errors | 
ValidationSupport.errors(Locale locale)
Provides an instance of localized  
Errors object, filled with error messages after validation. | 
Errors | 
ValidationException.errors(Locale locale)
Convenience method, returns the same object with errors that is attached to a model generated this exception. 
 | 
Errors | 
Validatable.errors(Locale locale)
Provides an instance of localized  
Errors object, filled with error messages after validation. | 
Copyright © 2020 JavaLite. All rights reserved.