Package rife.tools

Class ExceptionFormattingUtils

java.lang.Object
rife.tools.ExceptionFormattingUtils

public final class ExceptionFormattingUtils extends Object
  • Method Details

    • formatExceptionStackTrace

      public static String formatExceptionStackTrace(Throwable exception, Template template)
    • formatExceptionStackTrace

      public static String formatExceptionStackTrace(Throwable exception, Template template, int stacktraceLimit)
    • formatExceptionStackTrace

      public static String formatExceptionStackTrace(Throwable exception, Template template, int stacktraceLimit, int bufferLimit)