The test case raises an exception in the toString() method of validatedValue. If we add support for custom objects in EL terms (HV-701), their methods might raise exceptions as well.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
+1 As you say ELException is more likely, but I'd understand it really as any sort of exception. I thus thought about adding a catch(Exception e) block: https://github.com/gunnarmorling/hibernate-validator/compare/HV-743
The test case raises an exception in the toString() method of validatedValue. If we add support for custom objects in EL terms (HV-701), their methods might raise exceptions as well.