You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xerces.apache.org by Brad O'Hearne <ca...@megapathdsl.net> on 2001/03/07 19:39:40 UTC

A simple ErrorHandler question

Will there ever be a SAXException thrown from the parse method in my
XMLReader that does not first travel through the ErrorHandler?

I would like to be sure, because I want to appropriately locate my logging
efforts -- and not be logging things twice -- once in the ErrorHandler, and
once in the associated catch block of the parse call's try.

Thanks in advance...

BradO