java.awt
Class IllegalComponentStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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