IllegalComponentStateException

Name

IllegalComponentStateException

[Graphic: Figure from the text]

Description

An Exception indicating that a Component was not in an appropriate state to perform a requested action.

Class Definition

public class java.awt.IllegalComponentStateException extends java.lang.IllegalStateException {
 // Constructors public IllegalComponentStateException();
public IllegalComponentStateException (String s);
}

Constructors

IllegalComponentStateException

public IllegalComponentStateException()

public IllegalComponentStateException (String s)

See Also

Exception, String