Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DFutureTask.java246 protected void setException(Throwable t) { in setException() method in FutureTask
269 setException(ex); in run()
308 setException(ex); in runAndReset()
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/
DFutureTask.java85 protected void setException(java.lang.Throwable t) { in setException() method in FutureTask
/libcore/jsr166-tests/src/test/java/jsr166/
DFutureTaskTest.java141 pf.setException(new Error()); in tryToConfuseDoneTask()
221 @Override public void setException(Throwable t) { in setException() method in FutureTaskTest.PublicFutureTask
223 super.setException(t); in setException()
323 task.setException(nse); in testSetException_get()
/libcore/ojluni/src/test/java/util/concurrent/tck/
DFutureTaskTest.java164 pf.setException(new Error()); in tryToConfuseDoneTask()
244 @Override public void setException(Throwable t) { in setException() method in FutureTaskTest.PublicFutureTask
246 super.setException(t); in setException()
346 task.setException(nse); in testSetException_get()
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
DObjectInputStreamTest.java1177 bis.setException(new IOException()); in test_readClassDescriptor()
1232 public void setException(IOException exception) { in setException() method in ObjectInputStreamTest.ExceptionalBufferedInputStream
/libcore/api/
Dcurrent.txt16086 method protected void setException(Throwable);