You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Henri Yandell (JIRA)" <ji...@apache.org> on 2010/06/19 21:50:23 UTC

[jira] Closed: (COLLECTIONS-336) Exceptions can be simplified now that Throwable.getCause() must be present

     [ https://issues.apache.org/jira/browse/COLLECTIONS-336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henri Yandell closed COLLECTIONS-336.
-------------------------------------

    Fix Version/s: 4.0-beta-1
       Resolution: Fixed

svn ci -m "Simplifying exceptions now that cause is in the parent. Patch from Sebb in COLLECTIONS-336" 
Sending        src/java/org/apache/commons/collections/BufferOverflowException.java
Sending        src/java/org/apache/commons/collections/BufferUnderflowException.java
Sending        src/java/org/apache/commons/collections/FunctorException.java
Transmitting file data ...
Committed revision 956279.


> Exceptions can be simplified now that Throwable.getCause() must be present
> --------------------------------------------------------------------------
>
>                 Key: COLLECTIONS-336
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-336
>             Project: Commons Collections
>          Issue Type: Improvement
>            Reporter: Sebb
>             Fix For: 4.0-beta-1
>
>         Attachments: patch.txt
>
>
> Exceptions can be simplified now that Throwable.getCause() must be present - no need to override getCause() and printStackTrace() etc.
> Patch to follow

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.