public class StackTraceFormats extends Object
| Constructor and Description |
|---|
StackTraceFormats() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getDepth() |
static void |
setDepth(int depth) |
static void |
setDepthFromInitialProperties() |
static String |
toString(Throwable throwable)
formats the StackTrace of a Throwable.
|
static String |
toString(Throwable throwable,
int level)
recursive method to format a Throwable
|
public static int getDepth()
public static void setDepth(int depth)
public static void setDepthFromInitialProperties()
public static String toString(Throwable throwable)
throwable - Copyright © 2020 LSST. All rights reserved.