made fix for bug id 13527

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13527


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137096 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sean Sullivan 2002-10-13 17:57:10 +00:00
parent 6faef5d8f0
commit b759cf0bc6
1 changed files with 3 additions and 1 deletions

View File

@ -85,7 +85,9 @@ public class ExceptionUtils
"getNextException",
"getTargetException",
"getException",
"getSourceException"
"getSourceException",
"getRootCause",
"getCausedByException"
};
/**