MCPcopy
hub / github.com/google/guava / suppress

Method suppress

android/guava/src/com/google/common/io/Closer.java:228–228  ·  view source on GitHub ↗

Suppresses the given exception ({@code suppressed}) which was thrown when attempting to close the given closeable. {@code thrown} is the exception that is actually being thrown from the method. Implementations of this method should not throw under any circumstances.

(Closeable closeable, Throwable thrown, Throwable suppressed)

Source from the content-addressed store, hash-verified

226 * method. Implementations of this method should not throw under any circumstances.
227 */
228 void suppress(Closeable closeable, Throwable thrown, Throwable suppressed);
229 }
230
231 /**

Callers 2

closeMethod · 0.65
closeMethod · 0.65

Implementers 2

TestSuppressorguava-tests/test/com/google/common/io/
TestSuppressorandroid/guava-tests/test/com/google/co

Calls

no outgoing calls

Tested by

no test coverage detected