java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
java.awt.IllegalComponentStateException
- 所有已实现的接口:
-
Serializable
表示 AWT 组件处于请求操作的不适当状态。
- 参见:
-
Constructor Summary
ConstructorDescription构造一个没有详细消息的 IllegalComponentStateException。构造一个带有指定详细消息的 IllegalComponentStateException。 -
Method Summary
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalComponentStateException
public IllegalComponentStateException()构造一个没有详细消息的 IllegalComponentStateException。详细消息是描述此特定异常的字符串。 -
IllegalComponentStateException
构造一个带有指定详细消息的 IllegalComponentStateException。详细消息是描述此特定异常的字符串。- 参数:
-
s
- 包含详细消息的字符串
-