Package org.apache.groovy.internal.util
Class UncheckedThrow
java.lang.Object
org.apache.groovy.internal.util.UncheckedThrow
@Incubating public class UncheckedThrow extends java.lang.Object
Allows to throw a checked exception unchecked.
 INTERNAL USE ONLY.
- 
Constructor SummaryConstructors Constructor Description UncheckedThrow()
- 
Method SummaryModifier and Type Method Description static voidrethrow(java.lang.Throwable checkedException)Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
UncheckedThrowpublic UncheckedThrow()
 
- 
- 
Method Details- 
rethrowpublic static void rethrow(java.lang.Throwable checkedException)
 
-