[dna-issues] [JBoss JIRA] Resolved: (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 9 10:46:51 EDT 2008
[ http://jira.jboss.com/jira/browse/DNA-96?page=all ]
Johnny Verhaeg resolved DNA-96.
-------------------------------
Resolution: Done
Replaced ValueFormatException with IllegalArgumentException, UnsupportedOperationException, and a new IoException (a runtime exception that replaces IOException), and changed exceptions thrown to be more consistent across value factory implementations.
> 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
> Assigned To: Johnny Verhaeg
> Fix For: 0.2
>
> Original Estimate: 0 minutes
> Remaining Estimate: 0 minutes
>
> 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