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

Re: SAX/Java: Exceptions, Again

  • From: David Ornstein <davido@p...>
  • To: David Megginson <ak117@f...>
  • Date: Thu, 08 Jan 1998 18:48:26 -0800

define own exception in java
David Megginson wrote [09:20 PM 1/8/98 -0500]:
>I think that I've just answered my own question about Exception
>handling in the Java implementation of SAX.  There is no reason that
>the SAX frontend for each parser cannot pack exceptions from the
>callbacks into a container and unpack them for the top-level
>transparently -- that way, the parser can still have tight
>compile-time error checking, but application writers won't have to
>jump through hoops to throw exceptions to the top level.  
[clip]
>I still need to define what a SAX parser is allowed to catch and what
>it may pass through.  Here's a rough sketch:
>
>
>1) A parser must catch all of its own, internal exceptions (i.e. no
>   SAX parser should throw an exception that others do not -- this can
>   be managed in the SAX frontend if necessary).
>
>2) A parser may catch any exceptions derived from
>   java.io.IOException (that includes the networking exceptions), but
>   only if it is capable of resolving or working around the problem
>   corresponding to the exception; otherwise, it must throw it on
>   through to the top-level user code.
>
>3) A parser must pass all other exceptions up to the user code.

I like this a lot.  

One question:

If the parser is unable to open a file (let's say) I'm assuming that this
will cause a java.io.IOException to be thrown and in a fully Java system,
the parser might well ignore this and allow the application to catch it.
This means that there's no need to have any kind of return code coming out
of the Parse() function in the parser interface.  In thinking about this
for other languages, for languages that support exceptions, we're mandating
that the SAX implementations in those languages use exceptions also (since
there's nowhere for the return code and the return codes are no specified
as part of SAX).  And in languages that don't support exceptions, I'm at a
loss to say what we'd do.

I'm have a funny feeling I'm missing something here, so please help me out
if you see what I don't.

Assuming that my reasoning is right, I'd propose that we agree on
return-codes for the most common situations (yeah, I know that may be hard
to nail down).

David



================================
David Ornstein
Pragmatica, Inc.
http://www.pragmaticainc.com


xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@i...
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@i... the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@i... the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@i...)


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.