Re: [xml-dev] Piccolo Java SAX parser and others in the wild?

From
J.Pietschmann <>
To
Elliotte Rusty Harold <>
Date
2004-02-24T19:21:54Z
ID
<>
Thread
Re: [xml-dev] Piccolo Java SAX parser and others in the wild?
Elliotte Rusty Harold wrote:
> However, I also think that the parser should wrap any RuntimeException 
> the application's ContentHandler throws in a SAXException. The parse 
> method should not throw any exception except SAXException and IOException.

An interesting point would be whether a SAXException thrown by
startElement() would be wrapped too (seems to be pointless, but
then...).

J.Pietschmann