Class ThrowableUtils


  • public class ThrowableUtils
    extends java.lang.Object
    Author:
    Jorge Campins
    • Constructor Summary

      Constructors 
      Constructor Description
      ThrowableUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Throwable getCause​(java.lang.Throwable throwable)  
      static java.lang.String getString​(java.lang.Throwable throwable)  
      • Methods inherited from class java.lang.Object

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

      • ThrowableUtils

        public ThrowableUtils()
    • Method Detail

      • getString

        public static java.lang.String getString​(java.lang.Throwable throwable)
      • getCause

        public static java.lang.Throwable getCause​(java.lang.Throwable throwable)