Module jdk.jdi
Package com.sun.jdi

Class InconsistentDebugInfoException

所有已实现的接口:
Serializable

public class InconsistentDebugInfoException extends RuntimeException
抛出以指示目标VM提供的调试信息存在不一致。例如,如果检索到的值的运行时类型与目标VM报告的声明类型之间存在类型不匹配,则会抛出此异常。
自 JDK 版本:
1.3
参见:
  • Constructor Details

    • InconsistentDebugInfoException

      public InconsistentDebugInfoException()
    • InconsistentDebugInfoException

      public InconsistentDebugInfoException(String s)