Improved build.xml
[vimdoclet.git] / sample / java.lang.IllegalMonitorStateException.txt
blob7fcf2c7d2347a53f74a03be556c3a1d2b0ba48fa
1 *java.lang.IllegalMonitorStateException* *IllegalMonitorStateException* Thrown t
3 public class IllegalMonitorStateException
4   extends    |java.lang.RuntimeException|
6 |java.lang.IllegalMonitorStateException_Description|
7 |java.lang.IllegalMonitorStateException_Fields|
8 |java.lang.IllegalMonitorStateException_Constructors|
9 |java.lang.IllegalMonitorStateException_Methods|
11 ================================================================================
13 *java.lang.IllegalMonitorStateException_Constructors*
14 |java.lang.IllegalMonitorStateException()|Constructs an IllegalMonitorStateExce
15 |java.lang.IllegalMonitorStateException(String)|Constructs an IllegalMonitorSta
17 *java.lang.IllegalMonitorStateException_Description*
19 Thrown to indicate that a thread has attempted to wait on an object's monitor 
20 or to notify other threads waiting on an object's monitor without owning the 
21 specified monitor. 
24 *java.lang.IllegalMonitorStateException()*
26 public IllegalMonitorStateException()
28 Constructs an IllegalMonitorStateException with no detail message. 
31 *java.lang.IllegalMonitorStateException(String)*
33 public IllegalMonitorStateException(java.lang.String s)
35 Constructs an IllegalMonitorStateException with the specified detail message. 
37     s - the detail message.