java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.jdi.InconsistentDebugInfoException
- 所有已实现的接口:
Serializable
抛出表示目标 VM 提供的调试信息不一致。例如,如果检索值的运行时类型与目标 VM 报告的声明类型之间存在类型不匹配,则会抛出此异常。
- 自从:
- 1.3
- 参见:
-
构造方法总结
构造方法 -
方法总结
在类 java.lang.Throwable 中声明的方法
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
构造方法详细信息
-
InconsistentDebugInfoException
public InconsistentDebugInfoException() -
InconsistentDebugInfoException
-