Module  jdk.jdi
软件包  com.sun.jdi

Class NativeMethodException

  • All Implemented Interfaces:
    Serializable


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

      • NativeMethodException

        public NativeMethodException​()
      • NativeMethodException

        public NativeMethodException​(String message)