Improved build.xml
[vimdoclet.git] / sample / java.lang.IllegalThreadStateException.txt
bloba63c09c90ada4a1b095bbbe2c71806c9233c7981
1 *java.lang.IllegalThreadStateException* *IllegalThreadStateException* Thrown to 
3 public class IllegalThreadStateException
4   extends    |java.lang.IllegalArgumentException|
6 |java.lang.IllegalThreadStateException_Description|
7 |java.lang.IllegalThreadStateException_Fields|
8 |java.lang.IllegalThreadStateException_Constructors|
9 |java.lang.IllegalThreadStateException_Methods|
11 ================================================================================
13 *java.lang.IllegalThreadStateException_Constructors*
14 |java.lang.IllegalThreadStateException()|Constructs an IllegalThreadStateExcept
15 |java.lang.IllegalThreadStateException(String)|Constructs an IllegalThreadState
17 *java.lang.IllegalThreadStateException_Description*
19 Thrown to indicate that a thread is not in an appropriate state for the 
20 requested operation. See, for example, the suspend and resume methods in class 
21 Thread. 
24 *java.lang.IllegalThreadStateException()*
26 public IllegalThreadStateException()
28 Constructs an IllegalThreadStateException with no detail message. 
31 *java.lang.IllegalThreadStateException(String)*
33 public IllegalThreadStateException(java.lang.String s)
35 Constructs an IllegalThreadStateException with the specified detail message. 
37     s - the detail message.