All Packages Class Hierarchy This Package Previous Next Index
Class framework.JNIDataException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----framework.JNIException
|
+----framework.JNIDataException
- public class JNIDataException
- extends JNIException
When data is incorrectly accessed from a native (c, c++) module a
JNIDataException will be thrown. The Exception will be caught as an
JNIException by the Framework.
- See Also:
- JNIException
-
JNIDataException(String)
-
JNIDataException
public JNIDataException(String s)
All Packages Class Hierarchy This Package Previous Next Index