-
Bug
-
Resolution: Fixed
-
P3
-
6
-
1.4
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2173643 | 7 | Joe Wang | P3 | Closed | Fixed | m05 |
JDK-2173653 | 6u14 | Abhijit Saha | P3 | Resolved | Fixed | b03 |
JDK-2173741 | 5.0u19 | Abhijit Saha | P3 | Resolved | Fixed | b01 |
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;
}
cause of the problem.
Add the following method to SAXException:
public Throwable getCause() {
return exception;
}
- backported by
-
JDK-2173653 jaxp Issue 56 SAXException doesn't do the exception chaining properly
-
- Resolved
-
-
JDK-2173741 jaxp Issue 56 SAXException doesn't do the exception chaining properly
-
- Resolved
-
-
JDK-2173643 jaxp Issue 56 SAXException doesn't do the exception chaining properly
-
- Closed
-
- relates to
-
JDK-6857903 SAXException.initCause() does not correctly set Exception
-
- Resolved
-