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

Constructor Index

 o JNIException(String)

Constructors

 o JNIException
 public JNIException(String s)

All Packages  Class Hierarchy  This Package  Previous  Next  Index