You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@xerces.apache.org by Mark Diekhans <ma...@Kermodei.com> on 2000/02/27 19:02:19 UTC

Xerces bug: discarded error information in XMLParser

When XMLParser.reportError is called as a result of catching an exception, it
throws a SAXException but doesn't include the causing exception.  This makes
it more difficult to debug problems as key information is lost.  AXException
provides a mechanism for handing this.  I will gladly develop a patch if
desired.

Mark