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?).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Rethrow
public Rethrow()
rethrow
public static void rethrow(Throwable t)
- Rethrows
t
(identical object).