public abstract class ExceptionUtils extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getExceptionStackTrace(java.lang.Throwable exception)
Obtains the entire stracktrace of an exception and converts it into a
string.
|
public static java.lang.String getExceptionStackTrace(java.lang.Throwable exception)
exception
- the exception whose stacktrace has to be convertedCopyright © 2004-2006 Uwyn bvba/sprl and Omnicore Software. All Rights Reserved.