Improved build.xml
[vimdoclet.git] / sample / java.util.concurrent.CancellationException.txt
blob953febc87925c56556998371ac451896aaf787dd
1 *java.util.concurrent.CancellationException* *CancellationException* Exception i
3 public class CancellationException
4   extends    |java.lang.IllegalStateException|
6 |java.util.concurrent.CancellationException_Description|
7 |java.util.concurrent.CancellationException_Fields|
8 |java.util.concurrent.CancellationException_Constructors|
9 |java.util.concurrent.CancellationException_Methods|
11 ================================================================================
13 *java.util.concurrent.CancellationException_Constructors*
14 |java.util.concurrent.CancellationException()|Constructs a CancellationExceptio
15 |java.util.concurrent.CancellationException(String)|Constructs a CancellationEx
17 *java.util.concurrent.CancellationException_Description*
19 Exception indicating that the result of a value-producing task, such as a 
20 (|java.util.concurrent.FutureTask|) , cannot be retrieved because the task was 
21 cancelled. 
24 *java.util.concurrent.CancellationException()*
26 public CancellationException()
28 Constructs a CancellationException with no detail message. 
31 *java.util.concurrent.CancellationException(String)*
33 public CancellationException(java.lang.String message)
35 Constructs a CancellationException with the specified detail message. 
37     message - the detail message