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:
parent
6cf84b7cd5
commit
2358ca2953
|
@ -42,7 +42,7 @@ import org.apache.commons.lang.SystemUtils;
|
|||
* @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",
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue