Overview
Package
Class
Use
Tree
Deprecated
Index
All Classes
Help
Prev Class
Next Class
Sample
Document
Class java.awt.IllegalComponentStateException
Inherited members: ShowHide
Deprecated: ShowHide
View: ClientSubclassPackageImplementation
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:
    java.io.Serializable
    public class IllegalComponentStateException extends java.lang.IllegalStateException
    Signals that an AWT component is not in an appropriate state for the requested operation.
    See Also:
    Serialized Form
    • Constructors 
      Constructor and Description
      Ordinary member indicator IllegalComponentStateException Reveal DetailHide Detail
      IllegalComponentStateException()
      Constructs an IllegalComponentStateException with no detail message.
      public IllegalComponentStateException()
      Constructs an IllegalComponentStateException with no detail message. A detail message is a String that describes this particular exception.
      Ordinary member indicator IllegalComponentStateException Reveal DetailHide Detail
      IllegalComponentStateException(java.lang.String s)
      Constructs an IllegalComponentStateException with the specified detail message.
      public IllegalComponentStateException(java.lang.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 inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
This document was created by Dulcet from the OpenJDK sources. Copyright © 1993, 2012 Oracle and/or its affiliates. All rights reserved.

SourceForge