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

Comparing jsr166/src/main/java/util/concurrent/ExecutionException.java (file contents):
Revision 1.5 by dl, Mon Aug 25 19:27:58 2003 UTC vs.
Revision 1.6 by dl, Sun Aug 31 13:33:13 2003 UTC

# Line 11 | Line 11 | package java.util.concurrent;
11   * that aborted by throwing an exception. This exception can be
12   * inspected using the {@link #getCause()} method.
13   *
14 * @since 1.5
14   * @see Future
15 < *
17 < * @spec JSR-166
18 < * @revised $Date$
19 < * @editor $Author$
15 > * @since 1.5
16   * @author Doug Lea
17   */
18   public class ExecutionException extends Exception {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines