<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!--NewPage-->
<html>
<head>
<!-- Generated by javadoc on Wed Jul 28 01:21:15 GMT 1999 -->
<title>
  Class java.awt.IllegalComponentStateException
</title>
</head>
<body>
<a name="_top_"></a>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.awt.html">This Package</a>  <a href="java.awt.AWTException.html#_top_">Previous</a>  <a href="Package-java.awt.html">Next</a>  <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
  Class java.awt.IllegalComponentStateException
</h1>
<pre>
<a href="java.lang.Object.html#_top_">java.lang.Object</a>
   |
   +----<a href="java.lang.Throwable.html#_top_">java.lang.Throwable</a>
           |
           +----<a href="java.lang.Exception.html#_top_">java.lang.Exception</a>
                   |
                   +----<a href="java.lang.RuntimeException.html#_top_">java.lang.RuntimeException</a>
                           |
                           +----<a href="java.lang.IllegalStateException.html#_top_">java.lang.IllegalStateException</a>
                                   |
                                   +----java.awt.IllegalComponentStateException
</pre>
<hr>
<dl>
  <dt> public class <b>IllegalComponentStateException</b>
  <dt> extends <a href="java.lang.IllegalStateException.html#_top_">IllegalStateException</a>
</dl>
Signals that an AWT component is not in an appropriate state for
 the requested operation.
<p>
<hr>
<a name="index"></a>
<h2>
  <img src="images/constructor-index.gif" width=275 height=38 alt="Constructor Index">
</h2>
<dl>
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#IllegalComponentStateException()"><b>IllegalComponentStateException</b></a>()
  <dd>  Constructs an IllegalComponentStateException with no detail message.
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#IllegalComponentStateException(java.lang.String)"><b>IllegalComponentStateException</b></a>(String)
  <dd>  Constructs an IllegalComponentStateException with the specified detail
 message.
</dl>
<a name="constructors"></a>
<h2>
  <img src="images/constructors.gif" width=231 height=38 alt="Constructors">
</h2>
<a name="IllegalComponentStateException"></a>
<a name="IllegalComponentStateException()"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>IllegalComponentStateException</b>
<pre>
 public IllegalComponentStateException()
</pre>
<dl>
  <dd> Constructs an IllegalComponentStateException with no detail message.
 A detail message is a String that describes this particular exception.
<p>
</dl>
<a name="IllegalComponentStateException(java.lang.String)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>IllegalComponentStateException</b>
<pre>
 public IllegalComponentStateException(<a href="java.lang.String.html#_top_">String</a> s)
</pre>
<dl>
  <dd> Constructs an IllegalComponentStateException with the specified detail
 message.  A detail message is a String that describes this particular
 exception.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> s - the String that contains a detailed message
  </dl></dd>
</dl>
<hr>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.awt.html">This Package</a>  <a href="java.awt.AWTException.html#_top_">Previous</a>  <a href="Package-java.awt.html">Next</a>  <a href="AllNames.html">Index</a></pre>
</body>
</html>
