Interface Exceptions


  • public interface Exceptions
    • Method Summary

      Static Methods 
      Modifier and Type Method Description
      static <T extends java.lang.Throwable>
      void
      throwUnchecked​(java.lang.Throwable t)  
    • Method Detail

      • throwUnchecked

        static <T extends java.lang.Throwable> void throwUnchecked​(java.lang.Throwable t)
                                                            throws T extends java.lang.Throwable
        Throws:
        T extends java.lang.Throwable