
An Exception indicating that a Component was not in an appropriate state to perform a requested action.
public class java.awt.IllegalComponentStateException
    extends java.lang.IllegalStateException {
  
  // Constructors
  public IllegalComponentStateException();
  public IllegalComponentStateException (String s);
}
Constructs the exception object with no detail message.
Detail message
Constructs the exception object with the given detail message.
Exception, String