This is an automated email from the ASF dual-hosted git repository. garydgregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-validator.git
commit d1925911dbfc8934ed62c0592bf4a138b4bf61c4 Merge: 673b9c25 09e3bb6e Author: Gary Gregory <[email protected]> AuthorDate: Sat Jun 6 07:19:51 2026 -0400 Merge pull request #390 from garydgregory/feature/ValidatorException_throwable Add and use ValidatorException.ValidatorException(Throwable) .../java/org/apache/commons/validator/Field.java | 7 +- .../apache/commons/validator/ValidatorAction.java | 26 +----- .../commons/validator/ValidatorException.java | 19 +++- .../commons/validator/ValidatorExceptionTest.java | 102 +++++++++++++++++++++ 4 files changed, 124 insertions(+), 30 deletions(-)
