Re: RuntimeException problem in xerces.AbstractXMLParser impl

2010-12-04 Thread Dave Brosius
On 12/04/2010 01:55 PM, vardja wrote: Hello forum, I extend AbstractXMLParser and override startElement method , wher I throw custom RuntimeException, and whant to handle it in other class ,but AbstractXMLParser defines ErrorHandler and somehow deals or wraps Exception objects thrown in method .I

RuntimeException problem in xerces.AbstractXMLParser impl

2010-12-04 Thread vardja
Hello forum, I extend AbstractXMLParser and override startElement method , wher I throw custom RuntimeException, and whant to handle it in other class ,but AbstractXMLParser defines ErrorHandler and somehow deals or wraps Exception objects thrown in method .I'm new to xerces and still can't figure