模块  java.desktop
软件包  java.awt

Class IllegalComponentStateException

    • 构造方法详细信息

      • IllegalComponentStateException

        public IllegalComponentStateException()
        构造一个没有详细消息的IllegalComponentStateException。 详细消息是描述此特定异常的String。
      • IllegalComponentStateException

        public IllegalComponentStateException​(String s)
        使用指定的详细消息构造IllegalComponentStateException。 详细消息是描述此特定异常的String。
        参数
        s - 包含详细消息的字符串