Example usage for org.apache.lucene.util IOUtils reThrow

List of usage examples for org.apache.lucene.util IOUtils reThrow

Introduction

In this page you can find the example usage for org.apache.lucene.util IOUtils reThrow.

Prototype

@Deprecated
public static void reThrow(Throwable th) throws IOException 

Source Link

Document

Rethrows the argument as IOException or RuntimeException if it's not null.

Usage

From source file:bytecode.Display2.java

License:Apache License

private static void callJava7Library() throws Exception {
    IOUtils.reThrow(null);
}