Uses of Class
java.lang.UnsupportedOperationException
-
Packages that use UnsupportedOperationException 软件包 描述 com.sun.jdi 这是Java调试接口(JDI)的核心包,它定义了值,类型和目标VirtualMachine本身的镜像以及自举设备。java.awt 包含用于创建用户界面和绘制图形和图像的所有类。java.nio 定义缓冲区,它们是数据容器,并提供其他NIO包的概述。java.nio.file 定义Java虚拟机访问文件,文件属性和文件系统的接口和类。javax.imageio Java Image I / O API的主要包。javax.management.loading 提供实现高级动态加载的类。javax.xml.soap 提供用于创建和构建SOAP消息的API。jdk.nashorn.api.scripting 这个包提供了javax.script
集成,这是使用Nashorn的首选方式。 -
-
Uses of UnsupportedOperationException in com.sun.jdi
Subclasses of UnsupportedOperationException in com.sun.jdi Modifier and Type Class 描述 class
VMCannotBeModifiedException
抛出以表示操作无效,因为它会修改VM,VM是只读的。 -
Uses of UnsupportedOperationException in java.awt
Subclasses of UnsupportedOperationException in java.awt Modifier and Type Class 描述 class
HeadlessException
在不支持键盘,显示或鼠标的环境中调用依赖于键盘,显示器或鼠标的代码时,会抛出此异常。Methods in java.awt that throw UnsupportedOperationException Modifier and Type 方法 描述 boolean
Toolkit. getLockingKeyState(int keyCode)
返回键盘上给定的锁定键是否处于“开启”状态。void
Toolkit. setLockingKeyState(int keyCode, boolean on)
设置键盘上给定锁定键的状态。 -
Uses of UnsupportedOperationException in java.nio
Subclasses of UnsupportedOperationException in java.nio Modifier and Type Class 描述 class
ReadOnlyBufferException
当在只读缓冲区上调用诸如put
或compact
类的内容突变方法时抛出未经检查的异常。 -
Uses of UnsupportedOperationException in java.nio.file
Subclasses of UnsupportedOperationException in java.nio.file Modifier and Type Class 描述 class
ReadOnlyFileSystemException
尝试更新与read-only
FileSystem
相关联的对象时抛出未检查的异常。 -
Uses of UnsupportedOperationException in javax.imageio
Methods in javax.imageio that throw UnsupportedOperationException Modifier and Type 方法 描述 void
ImageReadParam. setSourceRenderSize(Dimension size)
如果图像能够以任意大小呈现,请将源宽度和高度设置为提供的值。 -
Uses of UnsupportedOperationException in javax.management.loading
Methods in javax.management.loading that throw UnsupportedOperationException Modifier and Type 方法 描述 void
MLet. readExternal(ObjectInput in)
从给定的ObjectInput
恢复这个MLet的内容。void
MLet. writeExternal(ObjectOutput out)
将此MLet的内容保存到给定的ObjectOutput
。 -
Uses of UnsupportedOperationException in javax.xml.soap
Methods in javax.xml.soap that throw UnsupportedOperationException Modifier and Type 方法 描述 static SOAPConnectionFactory
SOAPConnectionFactory. newInstance()
创建默认SOAPConnectionFactory
对象的实例。 -
Uses of UnsupportedOperationException in jdk.nashorn.api.scripting
Methods in jdk.nashorn.api.scripting that throw UnsupportedOperationException Modifier and Type 方法 描述 default Object
JSObject. getDefaultValue(Class<?> hint)
Implements this object's[[DefaultValue]]
method as per ECMAScript 5.1 section 8.6.2.
-