Searched defs:SomeUncheckedException (Results 1 - 3 of 3) sorted by relevance

/external/guava/guava-tests/test/com/google/common/base/
H A DAbstractIteratorTest.java111 final SomeUncheckedException exception = new SomeUncheckedException();
122 } catch (SomeUncheckedException e) {
131 throw new SomeUncheckedException();
137 } catch (SomeUncheckedException expected) {
196 private static class SomeUncheckedException extends RuntimeException { class in class:AbstractIteratorTest
H A DThrowablesTest.java70 } catch (SomeUncheckedException expected) {
130 } catch (SomeUncheckedException expected) {
213 } catch (SomeUncheckedException expected) {
267 SomeUncheckedException.class);
300 } catch (SomeUncheckedException expected) {
397 } catch (SomeUncheckedException e) {
449 private static class SomeUncheckedException extends RuntimeException {} class in class:ThrowablesTest
476 throw new SomeUncheckedException();
/external/guava/guava-tests/test/com/google/common/collect/
H A DAbstractIteratorTest.java193 final SomeUncheckedException exception = new SomeUncheckedException();
204 } catch (SomeUncheckedException e) {
213 throw new SomeUncheckedException();
219 } catch (SomeUncheckedException expected) {
278 private static class SomeUncheckedException extends RuntimeException { class in class:AbstractIteratorTest

Completed in 87 milliseconds