public class CrashUtil
extends java.lang.Object
| Constructor and Description |
|---|
CrashUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
crash()
Throws a mock runtime exception for testing
|
static java.lang.String |
printStacktrace(java.lang.Throwable t)
Prints the stacktrace of a throwable to a string
|