Home
last modified time | relevance | path

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

/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
DAbstractIteratorTest.java110 final SomeUncheckedException exception = new SomeUncheckedException(); in testException()
121 } catch (SomeUncheckedException e) { in testException()
130 throw new SomeUncheckedException(); in testExceptionAfterEndOfData()
136 } catch (SomeUncheckedException expected) { in testExceptionAfterEndOfData()
195 private static class SomeUncheckedException extends RuntimeException { class in AbstractIteratorTest
/external/guava/guava-tests/test/com/google/common/base/
DAbstractIteratorTest.java113 final SomeUncheckedException exception = new SomeUncheckedException(); in testException()
124 } catch (SomeUncheckedException e) { in testException()
133 throw new SomeUncheckedException(); in testExceptionAfterEndOfData()
139 } catch (SomeUncheckedException expected) { in testExceptionAfterEndOfData()
209 private static class SomeUncheckedException extends RuntimeException { class in AbstractIteratorTest
DThrowablesTest.java69 } catch (SomeUncheckedException expected) { in testPropagateIfPossible_NoneDeclared_UncheckedThrown()
129 } catch (SomeUncheckedException expected) { in testPropagateIfPossible_OneDeclared_UncheckedThrown()
212 } catch (SomeUncheckedException expected) { in testPropagateIfPossible_TwoDeclared_UncheckedThrown()
266 SomeUncheckedException.class); in testPropageIfPossible_null()
299 } catch (SomeUncheckedException expected) { in testPropagate_NoneDeclared_UncheckedThrown()
396 } catch (SomeUncheckedException e) { in testPropagateIfInstanceOf_UncheckedThrown()
447 private static class SomeUncheckedException extends RuntimeException {} class in ThrowablesTest
466 throw new SomeUncheckedException(); in methodThatThrowsUnchecked()
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DAbstractIteratorTest.java193 final SomeUncheckedException exception = new SomeUncheckedException(); in testException()
204 } catch (SomeUncheckedException e) { in testException()
213 throw new SomeUncheckedException(); in testExceptionAfterEndOfData()
219 } catch (SomeUncheckedException expected) { in testExceptionAfterEndOfData()
278 private static class SomeUncheckedException extends RuntimeException { class in AbstractIteratorTest
/external/guava/guava-tests/test/com/google/common/collect/
DAbstractIteratorTest.java207 final SomeUncheckedException exception = new SomeUncheckedException(); in testException()
218 } catch (SomeUncheckedException e) { in testException()
227 throw new SomeUncheckedException(); in testExceptionAfterEndOfData()
233 } catch (SomeUncheckedException expected) { in testExceptionAfterEndOfData()
292 private static class SomeUncheckedException extends RuntimeException { class in AbstractIteratorTest