Class ThrowableResources


  • public final class ThrowableResources
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String formatThrowable​(java.lang.Throwable throwable)  
      static java.lang.String formatThrowableWithMessage​(java.lang.Throwable throwable, java.lang.String errorMessage)  
      static java.lang.String printThrowableCause​(java.lang.Throwable throwableCause)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • formatThrowable

        public static java.lang.String formatThrowable​(java.lang.Throwable throwable)
      • formatThrowableWithMessage

        public static java.lang.String formatThrowableWithMessage​(java.lang.Throwable throwable,
                                                                  java.lang.String errorMessage)
      • printThrowableCause

        public static java.lang.String printThrowableCause​(java.lang.Throwable throwableCause)