Class Runtime


  • public final class Runtime
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Runtime()  
    • Method Summary

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

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

      • Runtime

        private Runtime()
    • Method Detail

      • throwChecked

        public static <T extends java.lang.Throwable> java.lang.RuntimeException throwChecked​(java.lang.Throwable t)
                                                                                       throws T extends java.lang.Throwable
        Throws:
        T extends java.lang.Throwable