Searched refs:toThrow (Results 1 – 12 of 12) sorted by relevance
33 Exception toThrow = null; in close() local38 toThrow = e; in close()41 if (toThrow != null) { in close()42 throw new RuntimeException(toThrow); in close()
59 MojoException toThrow = null; in tearDown() local64 if (toThrow == null) { in tearDown()65 toThrow = e; in tearDown()69 if (toThrow != null) { in tearDown()70 throw toThrow; in tearDown()
61 MojoException toThrow = null; in tearDown() local66 if (toThrow == null) { in tearDown()67 toThrow = e; in tearDown()71 if (toThrow != null) { in tearDown()72 throw toThrow; in tearDown()
42 expect(() => registry.register(a2)).toThrow();47 expect(() => registry.get('foo')).toThrow();
35 final RuntimeException toThrow = new RuntimeException("UseClassLoader"); in loadMetricsComponent_UsesProvidedClassLoader() local42 throw toThrow; in loadMetricsComponent_UsesProvidedClassLoader()
34 final RuntimeException toThrow = new RuntimeException("UseClassLoader"); in loadTagsComponent_UsesProvidedClassLoader() local41 throw toThrow; in loadTagsComponent_UsesProvidedClassLoader()
34 final RuntimeException toThrow = new RuntimeException("UseClassLoader"); in loadStatsManager_UsesProvidedClassLoader() local41 throw toThrow; in loadStatsManager_UsesProvidedClassLoader()
37 final RuntimeException toThrow = new RuntimeException("UseClassLoader"); in loadTraceComponent_UsesProvidedClassLoader() local44 throw toThrow; in loadTraceComponent_UsesProvidedClassLoader()
482 IOException toThrow = e.getCause(); in execute()483 httpEngineFailure = toThrow; in execute()484 throw toThrow; in execute()495 IOException toThrow = e.getLastConnectException(); in execute()496 httpEngineFailure = toThrow; in execute()497 throw toThrow; in execute()
478 IOException toThrow = e.getCause(); in execute()479 httpEngineFailure = toThrow; in execute()480 throw toThrow; in execute()491 IOException toThrow = e.getLastConnectException(); in execute()492 httpEngineFailure = toThrow; in execute()493 throw toThrow; in execute()
33 expect(() => new Router('/a', {'/b': mockComponent}, fakeDispatch)).toThrow();
389 public void throwValue(Local<? extends Throwable> toThrow) { in throwValue() argument391 RegisterSpecList.make(toThrow.spec()), catches)); in throwValue()