模块  jdk.jdi
软件包  com.sun.jdi

Class NativeMethodException

  • 实现的所有接口
    Serializable

    public class NativeMethodException
    extends RuntimeException
    抛出以指示无法完成操作,因为它对本机方法无效。
    从以下版本开始:
    1.3
    另请参见:
    Serialized Form
    • 构造方法详细信息

      • NativeMethodException

        public NativeMethodException()
      • NativeMethodException

        public NativeMethodException​(String message)