Class ThrowableUtils

  • All Implemented Interfaces:
    Utils

    public abstract class ThrowableUtils
    extends java.lang.Object
    implements Utils
    The uitlities class for Throwable
    Since:
    1.0.0
    Author:
    Mercy
    See Also:
    Throwable
    • Method Summary

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

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

      • getRootCause

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