Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] Patch

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Elliotte Rusty Harold <elharo AT metalab.unc.edu>
  • To: "Bradley S. Huffman" <hip AT a.cs.okstate.edu>
  • Cc: xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] Patch
  • Date: Thu, 19 Sep 2002 08:06:09 -0400

At 10:59 PM -0500 9/18/02, Bradley S. Huffman wrote:


You would think, and why didn't it show up for you (with I assume 1.3)?

That one I do know. There's no initCause() method in Throwable in Java 1.3. Thus I wasn't actually overriding anything there. Hence no type mismatch and no compile problem.

Of course, the only reason I overrode it at all was so I could use the standard 1.4 nested exception mechanism in 1.3 and earlier.
--

+-----------------------+------------------------+-------------------+
| Elliotte Rusty Harold | elharo AT metalab.unc.edu | Writer/Programmer |
+-----------------------+------------------------+-------------------+
| XML in a Nutshell, 2nd Edition (O'Reilly, 2002) |
| http://www.cafeconleche.org/books/xian2/ |
| http://www.amazon.com/exec/obidos/ISBN%3D0596002920/cafeaulaitA/ |
+----------------------------------+---------------------------------+
| Read Cafe au Lait for Java News: http://www.cafeaulait.org/ |
| Read Cafe con Leche for XML News: http://www.cafeconleche.org/ |
+----------------------------------+---------------------------------+




Archive powered by MHonArc 2.6.24.

Top of Page