public abstract class ExceptionUtils
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
private |
ExceptionUtils() |
| 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 converted