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
      Constructs an IllegalComponentStateException with no detail message.
      Ordinary member indicator IllegalComponentStateException Reveal DetailHide Detail
      Constructs an IllegalComponentStateException with the specified detail 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