java.awt
Class IllegalComponentStateException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--java.lang.IllegalStateException
|
+--java.awt.IllegalComponentStateException
This exception is thrown when the requested operation failed because
a component was not in the proper state.
Author:- Aaron M. Renn <arenn@urbanophile.com>
IllegalComponentStateException
public IllegalComponentStateException()
Create a new instance with no detailed error message.
IllegalComponentStateException
public IllegalComponentStateException(java.lang.String message)
Create a new instance with the specified detailed error message.
Parameters: