OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: SAX: Exception Handling

[ Lists Home | Date Index | Thread Index ]
  • From: David.Brownell@Eng.Sun.COM (David Brownell)
  • To: ak117@freenet.carleton.ca, jjc@jclark.com
  • Date: Mon, 4 May 1998 08:56:26 -0700

> >    throws java.lang.Exception
> >  {
> >    [..]
> >  }
> > 
> > The Java compiler will not help me discover which constructors or
> > methods invoked in the body can throw exceptions that I have not yet
> > considered.
> 
> Right, so don't do that.  Declaring an *interface* as throws
> java.lang.Exception does not constrain an *implementation* of that
> interface to be declared as throws java.lang.Exception.  It can be
> declared to throw the appropriate subclass of java.lang.Exception.

But then since application programmers write to interfaces, not
implementations, then application programmers would have all those
nasty problems with getting handed random exceptions.

A primary intent of exception declarations is to constrain the
kinds of errors that a substystem (e.g. parser) reports, so that
its clients have a clean "contract" and know exactly the kinds of
"expected faults" they have to deal with.

Clauses like "throws Exception" are basically counter to the core
philosophy of exceptions in Java.

- Dave


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





 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS