Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/io/
DCloserTest.java183 IOException c1Exception = new IOException(); in testCloseExceptionsSuppressed_whenExceptionThrownFromTryBlock() local
213 IOException c1Exception = new IOException(); in testCloseExceptionsSuppressed_whenExceptionThrownClosingFirstCloseable() local
240 RuntimeException c1Exception = new RuntimeException(); in testRuntimeExceptions() local
269 Error c1Exception = new Error(); in testErrors() local
330 IOException c1Exception = new IOException(); in testSuppressingSuppressorIfPossible() local