-
Enhancement
-
Resolution: Fixed
-
P3
-
5.0
-
generic
-
generic
SAXException can take a nested exception, but it doesn't implement the getCause method, so it doesn't participate in the exception nesting mechanism introduced in JDK 1.4.
Because of this, when one prints out "e.printStackTrace()", it doesn't show exceptions nested inside SAXException.
Because of this, when one prints out "e.printStackTrace()", it doesn't show exceptions nested inside SAXException.
- relates to
-
JDK-6857903 SAXException.initCause() does not correctly set Exception
-
- Resolved
-
-
JDK-6385749 XMLStreamException doesn't handle exception nesting correctly.
-
- Closed
-