Searched refs:SomeUncheckedException (Results 1 – 5 of 5) sorted by relevance
110 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
113 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
69 } 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 ThrowablesTest466 throw new SomeUncheckedException(); in methodThatThrowsUnchecked()
193 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
207 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