Class ExceptionHandler


  • public class ExceptionHandler
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Throwable getRootCause​(java.lang.Throwable e)  
      static java.lang.String getStackTrace​(java.lang.Throwable e)  
      static java.lang.RuntimeException uncheckException​(java.lang.Throwable e)  
      • Methods inherited from class java.lang.Object

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

      • ExceptionHandler

        public ExceptionHandler()
    • Method Detail

      • uncheckException

        public static java.lang.RuntimeException uncheckException​(java.lang.Throwable e)
      • getStackTrace

        public static java.lang.String getStackTrace​(java.lang.Throwable e)
      • getRootCause

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