Uses of Class
org.javalite.validation.Errors

Packages that use Errors
Package
Description
ActiveJDBC - the agile Java ORM.
Data validation , see Validations.
  • Uses of Errors in org.javalite.activejdbc

    Methods in org.javalite.activejdbc that return Errors
    Modifier and Type
    Method
    Description
    Model.errors()
    Provides an instance of Errors object, filled with error messages after validation.
    Model.errors​(Locale locale)
    Provides an instance of localized Errors object, filled with error messages after validation.
  • Uses of Errors in org.javalite.validation

    Methods in org.javalite.validation that return Errors
    Modifier and Type
    Method
    Description
    Validatable.errors()
    Provides an instance of localized Errors object, filled with error messages after validation.
    Validatable.errors​(Locale locale)
    Provides an instance of localized Errors 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.
    ValidationException.errors​(Locale locale)
    Convenience method, returns the same object with errors that is attached to a model generated this exception.
    ValidationSupport.errors()
    Provides an instance of Errors object, filled with error messages after validation.
    ValidationSupport.errors​(Locale locale)
    Provides an instance of localized Errors object, filled with error messages after validation.