Sylvain Wallez wrote:


There's still an issue with SAXException which doesn't seem to print its cause stacktrace, even with JDK 1.4. I'm currently working on it.


Fixed also.

SAXException doesn't have a getCause() method, thus making it a bad JDK 1.4 citizen. To circumvent this, I added some code in LocatedException and LocatedRuntimeException to ensure that JDK 1.4 causes are always initialized, by calling Throwable.initCause().

Sylvain

--
Sylvain Wallez                        Anyware Technologies
http://people.apache.org/~sylvain     http://www.anyware-tech.com
Apache Software Foundation Member     Research & Technology Director

Reply via email to