Interface ExceptionUtils


  • public interface ExceptionUtils
    • Method Summary

      Static Methods 
      Modifier and Type Method Description
      static <T,​E extends java.lang.Throwable>
      T
      sneakyThrow​(java.lang.Throwable e)  
    • Method Detail

      • sneakyThrow

        static <T,​E extends java.lang.Throwable> T sneakyThrow​(java.lang.Throwable e)
                                                              throws E extends java.lang.Throwable
        Throws:
        E extends java.lang.Throwable