Home
last modified time | relevance | path

Searched refs:SomeOtherCheckedException (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava-tests/test/com/google/common/base/
DThrowablesTest.java175 throws SomeCheckedException, SomeOtherCheckedException { in testPropagateIfPossible_TwoDeclared_NoneThrown()
178 SomeOtherCheckedException { in testPropagateIfPossible_TwoDeclared_NoneThrown()
183 SomeOtherCheckedException.class); in testPropagateIfPossible_TwoDeclared_NoneThrown()
194 throws SomeCheckedException, SomeOtherCheckedException { in testPropagateIfPossible_TwoDeclared_UncheckedThrown()
197 SomeOtherCheckedException { in testPropagateIfPossible_TwoDeclared_UncheckedThrown()
202 SomeOtherCheckedException.class); in testPropagateIfPossible_TwoDeclared_UncheckedThrown()
217 throws SomeOtherCheckedException { in testPropagateIfPossible_TwoDeclared_CheckedThrown()
220 SomeOtherCheckedException { in testPropagateIfPossible_TwoDeclared_CheckedThrown()
225 SomeOtherCheckedException.class); in testPropagateIfPossible_TwoDeclared_CheckedThrown()
243 SomeOtherCheckedException { in testPropagateIfPossible_TwoDeclared_OtherCheckedThrown()
[all …]