fixed some formatting typos
[vimdoclet.git] / sample / java.lang.IllegalThreadStateException.txt
blob742d9a844fab584c1a4c7a18c6239d68290b822b
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. 
25 *java.lang.IllegalThreadStateException()*
27 public IllegalThreadStateException()
29 Constructs an IllegalThreadStateException with no detail message. 
32 *java.lang.IllegalThreadStateException(String)*
34 public IllegalThreadStateException(java.lang.String s)
36 Constructs an IllegalThreadStateException with the specified detail message. 
38     s - the detail message.