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
This commit is contained in:
Daniel Rall 2002-08-26 16:40:43 +00:00
parent 7cc9255061
commit 75fd5eaba1
1 changed files with 2 additions and 1 deletions

View File

@ -82,7 +82,8 @@ public class ExceptionUtils
"getCause",
"getNextException",
"getTargetException",
"getException"
"getException",
"getSourceException"
};
/**