Package stack.source.internal
Class Decorator
java.lang.Object
stack.source.internal.Decorator
public final class Decorator
extends java.lang.Object
-
Method Summary
Modifier and Type Method Description static java.lang.String
print(java.lang.Throwable throwable)
static void
printSafely(java.lang.Throwable throwable, java.io.PrintStream out)
static void
printSafely(java.lang.Throwable throwable, java.io.PrintWriter out)
-
Method Details
-
printSafely
public static void printSafely(java.lang.Throwable throwable, java.io.PrintStream out) -
printSafely
public static void printSafely(java.lang.Throwable throwable, java.io.PrintWriter out) -
print
public static java.lang.String print(java.lang.Throwable throwable)
-