Exception: java.awt.IllegalComponentStateException

Signals that an AWT component is not in an appropriate state for the requested operation.
Authors:
@author Jonni Kanerva
Version:
@version 1.12, 12/19/03

Inheritance

Superclass tree: Implements:

Methods

  • IllegalComponentStateExceptiontop

    public IllegalComponentStateException()
    Constructs an IllegalComponentStateException with no detail message. A detail message is a String that describes this particular exception.
    Google Code Search
    Stack Overflow
  • IllegalComponentStateExceptiontop

    public IllegalComponentStateException(String s)
    Constructs an IllegalComponentStateException with the specified detail message. A detail message is a String that describes this particular exception.
    Parameters:
    @param s the String that contains a detailed message
    Google Code Search
    Stack Overflow