[jdom-interest] Beta 9 RC1 (new IOEXCEPTION tiny bug)
Mike Brenner
mikeb at mitre.org
Fri Apr 11 13:04:02 PDT 2003
Jason Hunter wrote:
> I just built and posted "JDOM 1.0 Beta 9 Release Candidate #1".
> Get it here: http://www.jdom.org/dist/binary
Hi Jason,
In b8 the following lines required us to catch JDOMException,
and forbade us from catching IOException, since it did not
throw IOException.
In b9 these lines require us to catch IOException.
Going back and forth to time the differences between
b8 and b9 require us to delete or add, respectively,
the IOException exception handler.
private static SAXBuilder builder = new SAXBuilder();
Document doc = builder.build(f);
Mike Brenner and Jacob Fenwick
More information about the jdom-interest
mailing list