Searched defs:toThrow (Results 1 – 8 of 8) sorted by relevance
35 final RuntimeException toThrow = new RuntimeException("UseClassLoader"); in loadMetricsComponent_UsesProvidedClassLoader() local
34 final RuntimeException toThrow = new RuntimeException("UseClassLoader"); in loadTagsComponent_UsesProvidedClassLoader() local
34 final RuntimeException toThrow = new RuntimeException("UseClassLoader"); in loadStatsManager_UsesProvidedClassLoader() local
37 final RuntimeException toThrow = new RuntimeException("UseClassLoader"); in loadTraceComponent_UsesProvidedClassLoader() local
59 MojoException toThrow = null; in tearDown() local
61 MojoException toThrow = null; in tearDown() local
33 Exception toThrow = null; in close() local
389 public void throwValue(Local<? extends Throwable> toThrow) { in throwValue()