模块 java.desktop

类 UnmodifiableSetException

所有已实现的接口:
Serializable

public class UnmodifiableSetException extends RuntimeException
抛出以指示无法执行请求的操作,因为集合不可修改。
自从:
1.4
参见:
  • 构造方法详细信息

    • UnmodifiableSetException

      public UnmodifiableSetException()
      构造一个没有详细信息的 UnsupportedOperationException
    • UnmodifiableSetException

      public UnmodifiableSetException(String  message)
      使用指定的详细消息构造一个 UnmodifiableSetException
      参数:
      message - 详细消息