This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-validator.git
from 056cb759 Add and use ValidatorException.ValidatorException(Throwable).
add af237d53 Add and use ValidatorException.ValidatorException(String,
Object...)
new fa3fe263 Merge pull request #391 from
garydgregory/feature/ValidatorException_format
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../java/org/apache/commons/validator/Field.java | 21 ++--------
.../java/org/apache/commons/validator/Form.java | 20 +++------
.../commons/validator/ValidatorException.java | 14 +++++++
.../routines/checkdigit/CheckDigitException.java | 6 +--
.../commons/validator/ValidatorExceptionTest.java | 48 ++++++++++++++++++++++
5 files changed, 74 insertions(+), 35 deletions(-)