java.awt

Class IllegalComponentStateException

public class IllegalComponentStateException extends IllegalStateException

This exception is thrown when the requested operation failed because a component was not in the proper state.

UNKNOWN: updated to 1.4

Constructor Summary
IllegalComponentStateException()
Create a new instance with no detailed error message.
IllegalComponentStateException(String message)
Create a new instance with the specified detailed error message.

Constructor Detail

IllegalComponentStateException

public IllegalComponentStateException()
Create a new instance with no detailed error message.

IllegalComponentStateException

public IllegalComponentStateException(String message)
Create a new instance with the specified detailed error message.

Parameters: message the detailed error message