bayard 2004/07/03 20:24:58
Modified: lang/src/java/org/apache/commons/lang/exception
ExceptionUtils.java
Log:
Tomcat uses getThrowable for its nested exception method, so adding this to
ExceptionUtils' list.
Bugz: #29673
Submitted by: Lars Beuster
Revision Changes Path
1.39 +2 -1
jakarta-commons/lang/src/java/org/apache/commons/lang/exception/ExceptionUtils.java
Index: ExceptionUtils.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/lang/src/java/org/apache/commons/lang/exception/ExceptionUtils.java,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ExceptionUtils.java 1 Jun 2004 21:15:27 -0000 1.38
+++ ExceptionUtils.java 4 Jul 2004 03:24:57 -0000 1.39
@@ -69,6 +69,7 @@
"getLinkedException",
"getNestedException",
"getLinkedCause",
+ "getThrowable",
};
/**
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]