public final class Utility
extends java.lang.Object
Throwable
Modifier | Constructor and Description |
---|---|
private |
Utility()
This class is not instantiable.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getStackTrace(java.lang.Throwable t)
This method returns the stack trace of a Throwable instance as a String.
|