- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- java.awt.IllegalComponentStateException
-
-
|
Constructor and Description |
|
IllegalComponentStateException |
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.
|
|
IllegalComponentStateException |
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
|
-
-
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
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.