Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] NodeFactoryTest not compiling

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: Brian Slesinsky <brian AT slesinsky.org>
  • Cc: xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] NodeFactoryTest not compiling
  • Date: Mon, 6 Oct 2003 00:31:40 -0400

Looks like it hasn't been updated with the new exception name. I get a bunch of errors like the following:

file:///Users/skybrian/remote-cvs/xom/build/src/nu/xom/tests/NodeFactoryTest.java (59:31)unreported exception nu.xom.ParsingException; must be caught or declared to be thrown
/Users/skybrian/remote-cvs/xom/build/src/nu/xom/tests/NodeFactoryTest.java:59: unreported exception nu.xom.ParsingException; must be caught or declared to be thrown
file:///Users/skybrian/remote-cvs/xom/build/src/nu/xom/tests/NodeFactoryTest.java (82:35)unreported exception nu.xom.ParsingException; must be caught or declared to be thrown
/Users/skybrian/remote-cvs/xom/build/src/nu/xom/tests/NodeFactoryTest.java:82: unreported exception nu.xom.ParsingException; must be caught or declared to be thrown

_______________________________________________
XOM-interest mailing list
XOM-interest AT lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/xom-interest

Thanks for the heads up. I've fixed it.
--

Elliotte Rusty Harold
elharo AT metalab.unc.edu
Processing XML with Java (Addison-Wesley, 2002)
http://www.cafeconleche.org/books/xmljava
http://www.amazon.com/exec/obidos/ISBN%3D0201771861/cafeaulaitA




Archive powered by MHonArc 2.6.24.

Top of Page