public static interface ExceptionUtils.CustomStackTrace
Throwable
specializations to provide their custom stack trace presentation.Modifier and Type | Method and Description |
---|---|
void |
dumpCauseStack(PrintStream s,
String causeStr,
int causeDepth)
Custom non-iterative stack dump
|
void |
printStackTrace(PrintStream s)
Custom
printStackTrace method, similar to Throwable.printStackTrace(PrintStream) . |
void dumpCauseStack(PrintStream s, String causeStr, int causeDepth)
void printStackTrace(PrintStream s)
printStackTrace
method, similar to Throwable.printStackTrace(PrintStream)
.