Assigned: (XERCESJ-1117) LSException should contain cause exception 2006-02-11 - By Michael Glavassevich (JIRA)
[ http://issues.apache.org/jira/browse/XERCESJ-1117?page=all ]
Michael Glavassevich reassigned XERCESJ-1117: ---------------------------------------------
Assign To: Michael Glavassevich
> LSException should contain cause exception > ------------------------------------------ > > Key: XERCESJ-1117 > URL: http://issues.apache.org/jira/browse/XERCESJ-1117 > Project: Xerces2-J > Type: Improvement > Components: DOM (Level 3 Load & Save) > Versions: 2.7.1 > Reporter: Matej Kraus > Assignee: Michael Glavassevich > Attachments: DOMParserImpl.java.patch, DOMSerializerImpl.java.patch > > LSException should contain cause exception to be able to recognize IOException in application. > There are two patches in attachement for DOMParserImpl and DOMSerializerImpl. > Both call initCause method using reflection. Reflection is used because initCause method is available on Throwable since Java 1.4. > Additionally dummy e.printStackTrace() was removed from DOMSerializerImpl .java.
-- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe, e-mail: j-dev-unsubscribe@(protected) For additional commands, e-mail: j-dev-help@(protected)
|
|