java.awt
Class IllegalComponentStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by java.awt.IllegalComponentStateException
All Implemented Interfaces:
Serializable

public class IllegalComponentStateException
extends IllegalStateException

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

See Also:
Serialized Form

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.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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