ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/CancellableTask.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/CancellableTask.java (file contents):
Revision 1.23 by jozart, Fri Nov 28 06:53:35 2003 UTC vs.
Revision 1.24 by jozart, Fri Nov 28 07:00:55 2003 UTC

# Line 299 | Line 299 | public class CancellableTask implements
299           * @param timeout the maximum time to wait
300           * @param unit the time unit of the timeout argument
301           * @return computed result
302 +         * @throws CancellationException if underlying computation was
303 +         * cancelled
304           * @throws ExecutionException if underlying computation threw an
305           * exception
306           * @throws InterruptedException if current thread was interrupted

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines