public class

NativeMethodException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.sun.jdi.NativeMethodException

Class Overview

Thrown to indicate an operation cannot be completed because it is not valid for a native method.

Summary

Public Constructors
NativeMethodException()
NativeMethodException(String message)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public NativeMethodException ()

public NativeMethodException (String message)