Uses of Class
com.jniwrapper.JNIWrapperException

Packages that use JNIWrapperException
com.jniwrapper The com.jniwrapper package contains classes that allow calling native functions from Java(TM) code. 
 

Uses of JNIWrapperException in com.jniwrapper
 

Subclasses of JNIWrapperException in com.jniwrapper
 class FunctionExecutionException
          This exception is thrown if an error occurs during a native function call.
 class LibraryNotFoundException
          This exception is thrown when a native library cannot be loaded.
 class LibraryVersionMismatchException
          This exception is thrown when there is a native library but it is not compatible with
the current JNIWrapper version.
 class MemoryAccessViolationException
          This exception is thrown when a native library code attempts to reference an invalid memory location.
 class NoSuchFunctionException
          Indicates that a requested native function was not found in the specified library.
 class NoSuchVariableException
          Indicates that a requested native function was not found in the specified library.
 

Methods in com.jniwrapper that return JNIWrapperException
static JNIWrapperException JNIWrapperException.createException(java.lang.Throwable e)