public class ExceptionUtils extends Object
Constructor and Description |
---|
ExceptionUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
dumpStackTrace(PrintStream out,
int skip,
int depth) |
static void |
dumpStackTrace(PrintStream out,
StackTraceElement[] stack,
int skip,
int depth) |
static void |
dumpStackTrace(PrintStream out,
Throwable t,
int skip,
int depth) |
static void |
dumpThrowable(String additionalDescr,
Throwable t)
Dumps a Throwable in a decorating message including the current thread name, and stack trace.
|
public static void dumpStackTrace(PrintStream out, int skip, int depth)
public static void dumpStackTrace(PrintStream out, Throwable t, int skip, int depth)
public static void dumpStackTrace(PrintStream out, StackTraceElement[] stack, int skip, int depth)