Home
last modified time | relevance | path

Searched defs:setException (Results 1 – 6 of 6) sorted by relevance

/external/guava/guava/src/com/google/common/util/concurrent/
DSettableFuture.java67 public boolean setException(Throwable throwable) { in setException() method in SettableFuture
DAsyncSettableFuture.java75 public boolean setException(Throwable exception) { in setException() method in AsyncSettableFuture
DAbstractFuture.java199 protected boolean setException(Throwable throwable) { in setException() method in AbstractFuture
347 boolean setException(Throwable t) { in setException() method in AbstractFuture.Sync
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DEventWithExceptionTest.java409 private int setException() { in setException() method in EventWithExceptionTest
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DVmMirror.java1332 public ReplyPacket setException(String exceptionSignature, boolean caught, in setException() method in VmMirror
1350 public ReplyPacket setException(long exceptionID, boolean caught, in setException() method in VmMirror
/external/guava/guava/src/com/google/common/cache/
DLocalCache.java3500 public boolean setException(Throwable t) { in setException() method in LocalCache.LoadingValueReference