Searched defs:closeWhileHandlingException (Results 1 - 1 of 1) sorted by relevance

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/util/
H A DIOUtils.java72 public static <E extends Exception> void closeWhileHandlingException(E priorException, Closeable... objects) throws E, IOException { method in class:IOUtils
98 /** @see #closeWhileHandlingException(Exception, Closeable...) */
99 public static <E extends Exception> void closeWhileHandlingException(E priorException, Iterable<? extends Closeable> objects) throws E, IOException { method in class:IOUtils
193 public static void closeWhileHandlingException(Closeable... objects) throws IOException { method in class:IOUtils
205 * @see #closeWhileHandlingException(Closeable...)
207 public static void closeWhileHandlingException(Iterable<? extends Closeable> objects) throws IOException { method in class:IOUtils

Completed in 229 milliseconds