Home » openjdk-7 » java » awt » [javadoc | source]
java.awt
public class: IllegalComponentStateException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         java.lang.RuntimeException
            java.lang.IllegalStateException
               java.awt.IllegalComponentStateException

All Implemented Interfaces:
    Serializable

Signals that an AWT component is not in an appropriate state for the requested operation.
Fields inherited from java.lang.IllegalStateException:
serialVersionUID
Fields inherited from java.lang.RuntimeException:
serialVersionUID
Fields inherited from java.lang.Exception:
serialVersionUID
Constructor:
 public IllegalComponentStateException() 
 public IllegalComponentStateException(String s) 
    Constructs an IllegalComponentStateException with the specified detail message. A detail message is a String that describes this particular exception.
    Parameters:
    s - the String that contains a detailed message
Methods from java.lang.Throwable:
addSuppressed,   fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   getStackTraceDepth,   getStackTraceElement,   getSuppressed,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait