- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.print.attribute.UnmodifiableSetException
-
- 实现的所有接口
-
Serializable
public class UnmodifiableSetException extends RuntimeException
抛出以指示无法执行请求的操作,因为该集是不可修改的。- 从以下版本开始:
- 1.4
- 另请参见:
- Serialized Form
-
-
构造方法摘要
构造方法 构造器 描述 UnmodifiableSetException()
构造一个没有详细消息的UnsupportedOperationException
。UnmodifiableSetException(String message)
使用指定的详细消息构造UnmodifiableSetException
。
-
方法摘要
-
-
-
构造方法详细信息
-
UnmodifiableSetException
public UnmodifiableSetException()
构造一个没有详细消息的UnsupportedOperationException
。
-
UnmodifiableSetException
public UnmodifiableSetException(String message)
使用指定的详细消息构造UnmodifiableSetException
。- 参数
-
message
- 详细信息
-
-