Class ExceptionUtils

java.lang.Object
com.yahoo.exception.ExceptionUtils

public class ExceptionUtils extends Object
Misc exception utility methods - replacement for Apache commons-lang's ExceptionUtils
Author:
bjorncs
  • Method Details

    • getStackTraceAsString

      public static String getStackTraceAsString(Throwable throwable)
    • getStackTraceRecursivelyAsString

      public static String getStackTraceRecursivelyAsString(Throwable throwable)