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

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

XMLWordPrintable

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

        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;
        }

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

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: