You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xmlbeans.apache.org by "Jacob Danner (JIRA)" <xm...@xml.apache.org> on 2005/04/19 23:13:37 UTC

[jira] Closed: (XMLBEANS-32) JDK 1.3.1 backport: replace 1.4 nested Exceptions

     [ http://issues.apache.org/jira/browse/XMLBEANS-32?page=all ]
     
Jacob Danner closed XMLBEANS-32:
--------------------------------


patch submitted, closing

> JDK 1.3.1 backport: replace 1.4 nested Exceptions
> -------------------------------------------------
>
>          Key: XMLBEANS-32
>          URL: http://issues.apache.org/jira/browse/XMLBEANS-32
>      Project: XMLBeans
>         Type: Improvement
>     Versions: Version 1
>     Reporter: Matt Bishop
>      Fix For: Version 1.0.3 (jdk1.3 port)
>  Attachments: exceptions-patch.txt
>
> JDK 1.4 introduced Throwable.cause, which allows an exception to contain another exception.  This contained exception can be queried and shows up in the stack trace when the parent exception is printed.
> The concept of a 'cause' member was added to XmlException and XmlRuntimeException, and code throughout the codebase was modified to use these two exceptions rather than RuntimeException or Exception.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: dev-help@xmlbeans.apache.org