Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6809409

jaxp Issue 56 SAXException doesn't do the exception chaining properly

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P3
    • 1.4.0
    • 6
    • xml
    • 1.4
    • generic
    • generic
    • Verified

    Backports

      Description

        SAXException *still* doesn't do the proper exception chaining, masking the root
        cause of the problem.

        Add the following method to SAXException:

        public Throwable getCause() {
            return exception;
        }

        Attachments

          Issue Links

            Activity

              People

                joehw Joe Wang
                joehw Joe Wang
                Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:
                  Imported:
                  Indexed: