当前位置 类层次 (JDK) 所有类 (JDK) 所有域和方法 (JDK)

类 java.awt.IllegalComponentStateException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----java.lang.IllegalStateException
                                   |
                                   +----java.awt.IllegalComponentStateException

public class IllegalComponentStateException
extends IllegalStateException

发出一个 AWT 组件不处于请求操作的合适状态的信号。


构造子索引

IllegalComponentStateException()
构造一个无详细消息的 IllegalComponentStateException 。
IllegalComponentStateException(String)
用指定的详细消息,构造一个 IllegalComponentStateException 。

构造子

IllegalComponentStateException
 public IllegalComponentStateException()
构造一个无详细消息的 IllegalComponentStateException 。详细消息是一个描述这个特定异常的 String 。

IllegalComponentStateException
 public IllegalComponentStateException(String s)
用指定的详细消息,构造一个 IllegalComponentStateException 。详细消息是一个描述这个特定异常的 String 。

参数:
s - 包含详细消息的 String

当前位置 类层次 (JDK) 所有类 (JDK) 所有域和方法 (JDK)