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/08/26 18:41:45 UTC

DO NOT REPLY [Bug 12043] - [lang] add another "known method" to ExceptionUtils

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

[lang] add another "known method" to ExceptionUtils

dlr@finemaltcoding.com changed:

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



------- Additional Comments From dlr@finemaltcoding.com  2002-08-26 16:41 -------
Changed and committed to CVS HEAD:

Index: ExceptionUtils.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/lang/src/java/org/apache/commons/lang/exception/ExceptionUtils.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -u -r1.14 -r1.15
--- ExceptionUtils.java	24 Aug 2002 19:18:50 -0000	1.14
+++ ExceptionUtils.java	26 Aug 2002 16:40:43 -0000	1.15
@@ -82,7 +82,8 @@
         "getCause",
         "getNextException",
         "getTargetException",
-        "getException"
+        "getException",
+        "getSourceException"
     };
 
     /**

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