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

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 1.4.0
    • Affects Version/s: 6
    • Component/s: 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;
        }

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

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: