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=9952>. 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=9952 Should never throw empty Exceptions Summary: Should never throw empty Exceptions Product: Axis Version: current (nightly) Platform: All OS/Version: Other Status: NEW Severity: Critical Priority: Other Component: Basic Architecture AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Trying to debug a problem in an end-user's program is next to impossible sometimes because of the poor error reporting in Axis. As a first step we should change all code the simple does a "throw new xxxException()" without any associated text. This would basically throw a meaningless exception to the end-user. Do a: grep -s "new.*Exception()" *.java from the root of the cvs tree to find all of 'em. IMO, this is a pretty big usability problem.