MCPcopy Create free account
hub / github.com/traneio/future / onException

Method onException

future-java/src/main/java/io/trane/future/Promise.java:786–789  ·  view source on GitHub ↗
(final Throwable ex)

Source from the content-addressed store, hash-verified

784
785 final Responder<T> r = new Responder<T>() {
786 @Override
787 public final void onException(final Throwable ex) {
788 p.setException(ex);
789 }
790
791 @Override
792 public final void onValue(final T value) {

Callers

nothing calls this directly

Calls 1

setExceptionMethod · 0.80

Tested by

no test coverage detected