Class ThrowUtil

java.lang.Object
ca.spottedleaf.common.util.ThrowUtil

public final class ThrowUtil extends Object
  • Method Details

    • throwUnchecked

      public static <T extends Throwable> void throwUnchecked(Throwable thr) throws T
      Throws:
      T
    • closeAll

      public static void closeAll(AutoCloseable... closeables)