Uses of Class
org.apache.commons.digester3.binder.ErrorMessage
-
Packages that use ErrorMessage Package Description org.apache.commons.digester3.binder The Digester EDSL allows configure Digester using fluent APIs. -
-
Uses of ErrorMessage in org.apache.commons.digester3.binder
Fields in org.apache.commons.digester3.binder with type parameters of type ErrorMessage Modifier and Type Field Description private java.util.List<ErrorMessage>
DefaultRulesBinder. errors
Errors that can occur during binding time or rules creation.Methods in org.apache.commons.digester3.binder that return types with arguments of type ErrorMessage Modifier and Type Method Description (package private) java.lang.Iterable<ErrorMessage>
DefaultRulesBinder. getErrors()
Methods in org.apache.commons.digester3.binder with parameters of type ErrorMessage Modifier and Type Method Description private void
DefaultRulesBinder. addError(ErrorMessage errorMessage)
Records an error, the full details of which will be logged, and the message of which will be presented to the user at a later time.
-