java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.jdi.InconsistentDebugInfoException
- 所有已实现的接口:
-
Serializable
抛出以指示目标VM提供的调试信息存在不一致。例如,如果检索到的值的运行时类型与目标VM报告的声明类型之间存在类型不匹配,则会抛出此异常。
- 自 JDK 版本:
- 1.3
- 参见:
-
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
-
InconsistentDebugInfoException
public InconsistentDebugInfoException() -
InconsistentDebugInfoException
-