[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: throwing SAX Exceptions from SAX Filters

  • From: David Brownell <david-b@p...>
  • To: Michael Brennan <Michael_Brennan@a...>,"'Simon St.Laurent'" <simonstl@s...>, xml-dev@l...
  • Date: Thu, 12 Jul 2001 12:22:38 -0700

sax exceptions
"Michael Brennan" <Michael_Brennan@a...>

> If this would only be used within the context of a SAX filter and nowhere
> else, I'd say just throw a SAXException. That's what I typically do.

Actually, I try to avoid throwing a SAXException of any kind directly.
I prefer to call the ErrorHandler and let that decide what to do.  It's not
always the case that you want to treat all errors as fatal.

In the example of this Fragmentations filter, wouldn't many users just want
to validate docs and report problems so they can be fixed in a batch?  Many
application level errors can reasonably be treated as validity errors, though
sometimes you might want to have more granularity than the three types of
error which ErrorHandler defines.


> SAXExceptions can conveniently carry another exception, so the application
> can determine what the real original exception was. I tend to leverage that
> pretty heavily. In fact, I always through a SAXParseException so that the
> application can get the Locator info and determine where in the XML source
> the error occurred. That's pretty useful for debugging.

Yep, I strongly encourage folk to use the Locator when reporting exceptions.
Essentially all significant SAX parsers provide one (though strictly speaking,
it's optional).  Good diagnostics are essential, and the SAXParseException
can be constructed with both the Locator and any "root cause" Exception.

If the SAX2 event handler is detecting a context-specific problem it really
ought to get associated with every problem report ... :)

- Dave



PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.