if (output instanceof Closeable) ((Closeable) output).close();
try { sb.append("</"); sb.append(comp); sb.append(">"); } catch (IOException ioe) { throw new RuntimeException(ioe); return sb; ...
if (br == null) { return; try { br.close(); } catch (IOException e) { throw e;
try { if (bufferedWriter != null) { bufferedWriter.flush(); bufferedWriter.close(); } catch (IOException e) {
if (bufferedInputStream != null) { try { bufferedInputStream.close(); } catch (IOException e) { e.printStackTrace();
if (closeable == null) { return; try { closeable.close(); } catch (IOException e) { if (ignoreException == false) { throw new UncheckedIOException(e); ...
if (closeable != null) { try { closeable.close(); } catch (IOException e) { if (!swallowIOException) { throw e;
if (closeable == null) { return; try { closeable.close(); } catch (IOException e) { logger.error("Error closing closeable", e);