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