All Packages Class Hierarchy This Package Previous Next Index
Class framework.JNIException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----framework.JNIException
- public class JNIException
- extends RuntimeException
When data or parameters are incorrectly accessed from a native (c, c++)
module JNIDataException or JNIParameterExceptions will be thrown. The
JNIException is the super class of those classes and therefor will catch
both those exceptions. The JNIException will be caught by the Framework.
- See Also:
- JNIDataException, JNIParameterExceptions
-
JNIException(String)
-
JNIException
public JNIException(String s)
All Packages Class Hierarchy This Package Previous Next Index