Home
last modified time | relevance | path

Searched defs:c2Exception (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava-tests/test/com/google/common/io/
DCloserTest.java185 IOException c2Exception = new IOException(); in testCloseExceptionsSuppressed_whenExceptionThrownFromTryBlock() local
215 IOException c2Exception = new IOException(); in testCloseExceptionsSuppressed_whenExceptionThrownClosingFirstCloseable() local
242 RuntimeException c2Exception = new RuntimeException(); in testRuntimeExceptions() local
271 Error c2Exception = new Error(); in testErrors() local
332 RuntimeException c2Exception = new RuntimeException(); in testSuppressingSuppressorIfPossible() local