You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2002/12/16 03:16:36 UTC

DO NOT REPLY [Bug 14415] - InvocationTargetExceptions could be unwrapped

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

InvocationTargetExceptions could be unwrapped

craig.mcclanahan@sun.com changed:

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



------- Additional Comments From craig.mcclanahan@sun.com  2002-12-16 02:16 -------
Good idea -- fixed in nightly build 20021216 of commons-digester.  Note that we
can only do the unwrapping when the InvocationTargetException actually wrapped
an Exception (versus a Throwable), due to the fact that the SAXException
constructors take Exception and not Throwable for the exception they wrap.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>