Module jdk.jdi
Package com.sun.jdi

Class InternalException

所有已实现的接口:
Serializable

public class InternalException extends RuntimeException
抛出以指示发生了意外的内部错误。
自 JDK 版本:
1.3
参见:
  • Constructor Details

    • InternalException

      public InternalException()
    • InternalException

      public InternalException(String s)
    • InternalException

      public InternalException(int errorCode)
    • InternalException

      public InternalException(String s, int errorCode)
  • Method Details

    • errorCode

      public int errorCode()