Package org.apache.lucene.util
Class Rethrow
- java.lang.Object
-
- org.apache.lucene.util.Rethrow
-
public final class Rethrow extends Object
Sneaky: rethrowing checked exceptions as unchecked ones. Eh, it is sometimes useful...Pulled from http://www.javapuzzlers.com (I think?).
-
-
Constructor Summary
Constructors Constructor Description Rethrow()
-
-
-
Method Detail
-
rethrow
public static void rethrow(Throwable t)
Rethrowst
(identical object).
-
-