Xpathexception does not honor initcause()

XMLWordPrintable

    • Type: Backport
    • Resolution: Fixed
    • Priority: P2
    • 8
    • Affects Version/s: None
    • Component/s: xml
    • None
    • b96
    • Verified

      There is an erroneous behavior in 'initCause' method of XPathException class:
      If XPathException is created with 'XPathException(String )' constructor and then the cause is initialized with 'initCause' method. And after this a cause is retrieved by 'getCause()' method: this call returns incorrect cause = 'null', but It should return the same cause as was used in 'initCause'.

            Assignee:
            Aleksej Efimov
            Reporter:
            Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: