java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.UnsupportedOperationException
com.sun.jdi.VMCannotBeModifiedException
- 所有已实现的接口:
-
Serializable
抛出以指示操作无效,因为它将修改虚拟机,而虚拟机是只读的。请参见
VirtualMachine.canBeModified()
。
- 自 JDK 版本:
- 1.5
- 参见:
-
Constructor Summary
-
Method Summary
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VMCannotBeModifiedException
public VMCannotBeModifiedException() -
VMCannotBeModifiedException
-