Re: SAXParser exception handling

2000-01-20 Thread roddey
01/20/2000 07:19:59 AM Please respond to [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> cc: Subject: SAXParser exception handling Hello, Does any reason exist not to have default exception catcher in SAXParser.cpp (line 263 and below)? If I want to implement partial parsing that throws matc

SAXParser exception handling

2000-01-20 Thread Maxim Volkonovsky
Hello, Does any reason exist not to have default exception catcher in SAXParser.cpp (line 263 and below)? If I want to implement partial parsing that throws matching case by my own exception, there is no way to reuse parser object due to internal fParseInProgress flag, that remains signalled. I th