Searched defs:throwing (Results 1 – 5 of 5) sorted by relevance
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
61 function testNotOmittedBuiltin(throwing, included) { argument
254 function testOmittedBuiltin(throwing, omitted) { argument
2503 static <T> Callable<T> throwing(final Exception exception) { in throwing() method in CacheLoadingTest