DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22383>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22383 Cause of XmlLoadException swalloed making it hard to debug parse errors ------- Additional Comments From [EMAIL PROTECTED] 2004-02-28 01:28 ------- Hmm.. the code is a bit odd, isn't it? The XmlLoadException class takes a cause parameter, and stores it in a private member variable, but never does anything with it and never provides any methods to access it. How about we add a (one-line) getCause() method to this class? This would be api-compatible with java1.4 exceptions, but allow the class to work the same on all platforms. This solution is explicitly mentioned in the Jdk1.4 javadocs for Throwable.getCause() as a good solution for pre-1.4 exceptions. Or have I missed something? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
