Searched defs:throwing (Results 1 – 9 of 9) sorted by relevance
17 struct throwing { struct18 throwing() { throw 42; } in throwing() function
24 struct throwing { struct25 throwing() {} in throwing() argument
15 void throwing() { function
157 public <T extends Throwable> T throwing(T throwable) { in throwing() method in XLogger172 public <T extends Throwable> T throwing(Level level, T throwable) { in throwing() method in XLogger
168 public static <T, P extends CheckedProvider<? super T>> P throwing( in throwing() method in CheckedProviders185 public static <T, P extends CheckedProvider<? super T>> P throwing( in throwing() method in CheckedProviders
78 private String throwing() throws Exception { in throwing() method in MethodReference
117 private String getThrowingProviderName(String throwing) { in getThrowingProviderName()
2556 static <T> Callable<T> throwing(final Exception exception) { in throwing() method in CacheLoadingTest