|
VLJ Iteration II, v. 1.0.0.193 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gov.va.med.foundations.utilities.ExceptionUtils
Exposes utility methods for handling exceptions
Method Summary | |
static java.lang.String |
getFullStackTrace(java.lang.Throwable e)
Method getFullStackTrace. |
static java.lang.Throwable |
getNestedExceptionByClass(java.lang.Throwable e,
java.lang.Class exceptionClass)
Method getNestedExceptionByClass. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
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)
e
- exceptionClass
-
|
VLJ Iteration II, v. 1.0.0.193 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |