Package org.apache.groovy.internal.util
Class UncheckedThrow
- java.lang.Object
-
- org.apache.groovy.internal.util.UncheckedThrow
-
@Incubating public class UncheckedThrow extends Object
Allows to throw a checked exception unchecked. INTERNAL USE ONLY.
-
-
Constructor Summary
Constructors Constructor Description UncheckedThrow()
-
-
-
Method Detail
-
rethrow
public static void rethrow(Throwable checkedException)
-
-