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.9 by jsr166, Tue Mar 15 19:47:03 2011 UTC vs.
Revision 1.10 by jsr166, Fri Jun 10 00:37:39 2011 UTC

# Line 50 | Line 50 | public class ExecutionException extends
50  
51      /**
52       * Constructs an <tt>ExecutionException</tt> with the specified cause.
53 <     * The detail message is set to:
54 <     * <pre>
55 <     *  (cause == null ? null : cause.toString())</pre>
56 <     * (which typically contains the class and detail message of
57 <     * <tt>cause</tt>).
53 >     * The detail message is set to {@code (cause == null ? null :
54 >     * cause.toString())} (which typically contains the class and
55 >     * detail message of <tt>cause</tt>).
56       *
57       * @param  cause the cause (which is saved for later retrieval by the
58       *         {@link #getCause()} method)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines