public final class ThrowableUtil
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
private |
ThrowableUtil() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getStackTrace(java.lang.Throwable throwable)
Convert a Throwable into a String
|