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
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