Class ExceptionUtils


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

      • getStackTraceAsString

        public static String getStackTraceAsString​(Throwable throwable)
      • getStackTraceRecursivelyAsString

        public static String getStackTraceRecursivelyAsString​(Throwable throwable)