MCPcopy Create free account
hub / github.com/antlr/codebuff / setException

Method setException

output/java_guava/1.4.13/LocalCache.java:3562–3564  ·  view source on GitHub ↗
(Throwable t)

Source from the content-addressed store, hash-verified

3560
3561
3562 public boolean setException(Throwable t) {
3563 return futureValue.setException(t);
3564 }
3565
3566 private ListenableFuture<V> fullyFailedFuture(Throwable t) {
3567 return Futures.immediateFailedFuture(t);

Callers 2

loadFutureMethod · 0.95
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected