You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by bu...@apache.org on 2003/11/08 15:12:15 UTC

DO NOT REPLY [Bug 24008] - ApplicationRuntime Exception loses root cause...

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=24008>.
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=24008

ApplicationRuntime Exception loses root cause...

mindbridgeweb@yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From mindbridgeweb@yahoo.com  2003-11-08 14:12 -------
ApplicationRuntimeException already carries the necessary information. It has 
been modified to make that information compliant with the 1.4 exception 
chaining by overriding getCause().

The modification is equivalent to doing super(message,rootCause), but works on 
Java 1.3 as well.

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org