Java in a Nutshell Online Quick Reference for Java 1.1

CLASS java.awt.IllegalComponentStateException

Availability: JDK 1.1

public class IllegalComponentStateException extends IllegalStateException {
   // Public Constructors
      public IllegalComponentStateException();
      public IllegalComponentStateException(String s);
}

Java in a Nutshell Online Quick Reference for Java 1.1
Created by David Flanagan. Copyright © 1997 by O'Reilly & Associates.