Searched refs:setException (Results 1 – 3 of 3) sorted by relevance
219 protected void setException(Throwable t) { in setException() method in FutureTask242 setException(ex); in run()281 setException(ex); in runAndReset()
141 pf.setException(new Error()); in tryToConfuseDoneTask()221 @Override public void setException(Throwable t) { in setException() method in FutureTaskTest.PublicFutureTask223 super.setException(t); in setException()323 task.setException(nse); in testSetException_get()
1177 bis.setException(new IOException()); in test_readClassDescriptor()1232 public void setException(IOException exception) { in setException() method in ObjectInputStreamTest.ExceptionalBufferedInputStream