Module java.desktop
Package java.awt

Class IllegalComponentStateException

所有已实现的接口:
Serializable

public class IllegalComponentStateException extends IllegalStateException
表示 AWT 组件处于请求操作的不适当状态。
参见:
  • Constructor Details

    • IllegalComponentStateException

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

      public IllegalComponentStateException(String s)
      构造一个带有指定详细消息的 IllegalComponentStateException。详细消息是描述此特定异常的字符串。
      参数:
      s - 包含详细消息的字符串