Class UncheckedThrow


  • @Incubating
    public class UncheckedThrow
    extends Object
    Allows to throw a checked exception unchecked. INTERNAL USE ONLY.
    • Constructor Detail

      • UncheckedThrow

        public UncheckedThrow()
    • Method Detail

      • rethrow

        public static void rethrow​(Throwable checkedException)