You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlbeans-dev@xml.apache.org by xm...@xml.apache.org on 2004/07/15 23:48:22 UTC

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

Message:

   The following issue has been resolved as FIXED.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/XMLBEANS-32

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XMLBEANS-32
    Summary: JDK 1.3.1 backport: replace 1.4 nested Exceptions
       Type: Improvement

     Status: Resolved
   Priority: Major
 Resolution: FIXED

    Project: XMLBeans
   Fix Fors:
             Version 1.0.3 (jdk1.3 port)
   Versions:
             Version 1

   Assignee: 
   Reporter: Matt Bishop

    Created: Tue, 6 Apr 2004 12:10 AM
    Updated: Thu, 15 Jul 2004 2:46 PM

Description:
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.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


- ---------------------------------------------------------------------
To unsubscribe, e-mail:   xmlbeans-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xmlbeans-dev-help@xml.apache.org
Apache XMLBeans Project -- URL: http://xml.apache.org/xmlbeans/