public class ExceptionUtils
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getFullStackTrace(java.lang.Throwable e)
Deprecated.
Superceded by JDK 1.4+ exception functionality.
|
static java.lang.Throwable |
getNestedExceptionByClass(java.lang.Throwable e,
java.lang.Class exceptionClass)
Deprecated.
Superceded by JDK 1.4+ exception functionality.
|
public static java.lang.String getFullStackTrace(java.lang.Throwable e)
e
- public static java.lang.Throwable getNestedExceptionByClass(java.lang.Throwable e, java.lang.Class exceptionClass)
If desired instance of exceptionClass is not found in the nested exception stack then null is returned.
Can be used to unwind nested exception stack.
e
- exceptionClass
- VistALink v1.6a