HomeSort by relevance Sort by last modified time
    Searched refs:SomeUncheckedException (Results 1 - 5 of 5) sorted by null

  /external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
AbstractIteratorTest.java 110 final SomeUncheckedException exception = new SomeUncheckedException();
121 } catch (SomeUncheckedException e) {
130 throw new SomeUncheckedException();
136 } catch (SomeUncheckedException expected) {
195 private static class SomeUncheckedException extends RuntimeException {
  /external/guava/guava-tests/test/com/google/common/base/
AbstractIteratorTest.java 113 final SomeUncheckedException exception = new SomeUncheckedException();
124 } catch (SomeUncheckedException e) {
133 throw new SomeUncheckedException();
139 } catch (SomeUncheckedException expected) {
209 private static class SomeUncheckedException extends RuntimeException {
ThrowablesTest.java 69 } catch (SomeUncheckedException expected) {
129 } catch (SomeUncheckedException expected) {
212 } catch (SomeUncheckedException expected) {
266 SomeUncheckedException.class);
299 } catch (SomeUncheckedException expected) {
396 } catch (SomeUncheckedException e) {
447 private static class SomeUncheckedException extends RuntimeException {}
466 throw new SomeUncheckedException();
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
AbstractIteratorTest.java 193 final SomeUncheckedException exception = new SomeUncheckedException();
204 } catch (SomeUncheckedException e) {
213 throw new SomeUncheckedException();
219 } catch (SomeUncheckedException expected) {
278 private static class SomeUncheckedException extends RuntimeException {
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractIteratorTest.java 207 final SomeUncheckedException exception = new SomeUncheckedException();
218 } catch (SomeUncheckedException e) {
227 throw new SomeUncheckedException();
233 } catch (SomeUncheckedException expected) {
292 private static class SomeUncheckedException extends RuntimeException {

Completed in 536 milliseconds