Add more nested exception names

bug 29082, from Lars Beuster


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137842 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2004-06-01 21:15:27 +00:00
parent 6cf84b7cd5
commit 2358ca2953
1 changed files with 5 additions and 2 deletions

View File

@ -42,7 +42,7 @@
* @author <a href="mailto:ggregory@seagullsw.com">Gary Gregory</a>
* @author Pete Gieser
* @since 1.0
* @version $Id: ExceptionUtils.java,v 1.37 2004/02/18 22:54:04 ggregory Exp $
* @version $Id: ExceptionUtils.java,v 1.38 2004/06/01 21:15:27 scolebourne Exp $
*/
public class ExceptionUtils {
@ -65,7 +65,10 @@ public class ExceptionUtils {
"getSourceException",
"getRootCause",
"getCausedByException",
"getNested"
"getNested",
"getLinkedException",
"getNestedException",
"getLinkedCause",
};
/**