Home
last modified time | relevance | path

Searched refs:setException (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/
DFutureTask.java218 protected void setException(Throwable t) { in setException() method in FutureTask
242 setException(ex); in run()
282 setException(ex); in runAndReset()
/libcore/jsr166-tests/src/test/java/jsr166/
DFutureTaskTest.java123 pf.setException(new Error()); in tryToConfuseDoneTask()
203 @Override public void setException(Throwable t) { in setException() method in FutureTaskTest.PublicFutureTask
205 super.setException(t); in setException()
305 task.setException(nse); in testSetException_get()
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
DObjectInputStreamTest.java1180 bis.setException(new IOException()); in test_readClassDescriptor()
1235 public void setException(IOException exception) { in setException() method in ObjectInputStreamTest.ExceptionalBufferedInputStream