[dna-issues] [JBoss JIRA] Created: (DNA-96) ValueFormatException should be replaced by existing JDK IllegalArgumentException and UnsupportedOperationException in ValueFactories

Johnny Verhaeg (JIRA) jira-events at lists.jboss.org
Mon Jun 2 15:02:21 EDT 2008


ValueFormatException should be replaced by existing JDK IllegalArgumentException and UnsupportedOperationException in ValueFactories
------------------------------------------------------------------------------------------------------------------------------------

                 Key: DNA-96
                 URL: http://jira.jboss.com/jira/browse/DNA-96
             Project: DNA
          Issue Type: Feature Request
          Components: SPI
    Affects Versions: 0.1
            Reporter: Johnny Verhaeg
             Fix For: 0.2


1) There may be a development situation where it is advantageous to know a passed-in path, segment, etc., is invalid (e.g., due to bad index value, character used, etc.) vs. a bad usage of the factory, such as trying to convert a Boolean value into a Date.
2) Non-ValueFactories classes that interact with the ValueFactories, such as BasicName, will need to throw IllegalArgumentException anyway when an invalid name is passed in, meaning the ValueFactories that interact with it would need to catch the IAE and re-throw as a ValueFormatException.

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

        



More information about the dna-issues mailing list