Searched refs:SomeCheckedException (Results 1 – 5 of 5) sorted by relevance
94 throws SomeCheckedException { in testPropagateIfPossible_OneDeclared_NoneThrown()96 @Override public void oneDeclared() throws SomeCheckedException { in testPropagateIfPossible_OneDeclared_NoneThrown()102 Throwables.propagateIfPossible(t, SomeCheckedException.class); in testPropagateIfPossible_OneDeclared_NoneThrown()113 throws SomeCheckedException { in testPropagateIfPossible_OneDeclared_UncheckedThrown()115 @Override public void oneDeclared() throws SomeCheckedException { in testPropagateIfPossible_OneDeclared_UncheckedThrown()119 Throwables.propagateIfPossible(t, SomeCheckedException.class); in testPropagateIfPossible_OneDeclared_UncheckedThrown()135 @Override public void oneDeclared() throws SomeCheckedException { in testPropagateIfPossible_OneDeclared_CheckedThrown()139 Throwables.propagateIfPossible(t, SomeCheckedException.class); in testPropagateIfPossible_OneDeclared_CheckedThrown()149 } catch (SomeCheckedException expected) { in testPropagateIfPossible_OneDeclared_CheckedThrown()154 throws SomeCheckedException { in testPropagateIfPossible_OneDeclared_UndeclaredThrown()[all …]
88 sneakyThrow(new SomeCheckedException()); in testSneakyThrow()99 if (!(e instanceof SomeCheckedException)) { in testSneakyThrow()206 private static class SomeCheckedException extends Exception { class in AbstractIteratorTest
85 sneakyThrow(new SomeCheckedException()); in testSneakyThrow()96 if (!(e instanceof SomeCheckedException)) { in testSneakyThrow()192 private static class SomeCheckedException extends Exception { class in AbstractIteratorTest
168 sneakyThrow(new SomeCheckedException()); in testSneakyThrow()179 if (!(e instanceof SomeCheckedException)) { in testSneakyThrow()275 private static class SomeCheckedException extends Exception { class in AbstractIteratorTest
182 sneakyThrow(new SomeCheckedException()); in testSneakyThrow()193 if (!(e instanceof SomeCheckedException)) { in testSneakyThrow()289 private static class SomeCheckedException extends Exception { class in AbstractIteratorTest