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)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)