[hibernate-issues] [Hibernate-JIRA] Commented: (HV-134) Built-in constraint parameter validation

Emmanuel Bernard (JIRA) noreply at atlassian.com
Wed Sep 16 03:51:50 EDT 2009


    [ http://opensource.atlassian.com/projects/hibernate/browse/HV-134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=33971#action_33971 ] 

Emmanuel Bernard commented on HV-134:
-------------------------------------

A constraint /declaration/ is about putting a constraint on a field. A constraint /definition/ is about creating the constraint annotation and its constraint validation implementation.

I still prefer IllegalArgumentException.

> Built-in constraint parameter validation
> ----------------------------------------
>
>                 Key: HV-134
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HV-134
>             Project: Hibernate Validator
>          Issue Type: Bug
>          Components: engine
>    Affects Versions: 4.0.0.Alpha3
>            Reporter: Emmanuel Bernard
>            Assignee: Hardy Ferentschik
>             Fix For: 4.0.0.GA
>
>
> When params are invalid (ie max < min), the ConstraintValidator raises a ValidationException.
> While not wrong from a spec POV, I don't think the impl has to use VE. It probably amkes more sense to use IllegalArgumentException

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list