List of usage examples for org.apache.lucene.util IOUtils reThrow
@Deprecated public static void reThrow(Throwable th) throws IOException
From source file:bytecode.Display2.java
License:Apache License
private static void callJava7Library() throws Exception { IOUtils.reThrow(null); }