public abstract class ExceptionUtils extends Object
Constructor and Description |
---|
ExceptionUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
log(Throwable e,
boolean stack) |
static void |
print(Throwable e,
PrintStream out,
boolean stack) |
public static void print(Throwable e, PrintStream out, boolean stack)
public static void log(Throwable e, boolean stack)
Copyright © 2016–2018. All rights reserved.