From 75fd5eaba11c54bf5e67a8d3e14a6626d38f96c1 Mon Sep 17 00:00:00 2001 From: Daniel Rall Date: Mon, 26 Aug 2002 16:40:43 +0000 Subject: [PATCH] CAUSE_METHOD_NAMES: Added "getSourceException" to list of method names. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12043 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@136997 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/commons/lang/exception/ExceptionUtils.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/java/org/apache/commons/lang/exception/ExceptionUtils.java b/src/java/org/apache/commons/lang/exception/ExceptionUtils.java index f0dc75054..4ab30bc08 100644 --- a/src/java/org/apache/commons/lang/exception/ExceptionUtils.java +++ b/src/java/org/apache/commons/lang/exception/ExceptionUtils.java @@ -82,7 +82,8 @@ public class ExceptionUtils "getCause", "getNextException", "getTargetException", - "getException" + "getException", + "getSourceException" }; /**