Class ExceptionUtil


  • @Internal
    public final class ExceptionUtil
    extends java.lang.Object
    Exception utils.
    Since:
    3.5.0
    Author:
    Denis Stepanov
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T extends java.lang.Throwable,​R>
      R
      sneakyThrow​(java.lang.Throwable t)  
      • Methods inherited from class java.lang.Object

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

      • sneakyThrow

        public static <T extends java.lang.Throwable,​R> R sneakyThrow​(java.lang.Throwable t)
                                                                     throws T extends java.lang.Throwable
        Throws:
        T extends java.lang.Throwable