Uses of Class
com.jniwrapper.NoSuchFunctionException

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

Uses of NoSuchFunctionException in com.jniwrapper
 

Methods in com.jniwrapper that throw NoSuchFunctionException
 Function Library.getFunction(java.lang.String name)
          A convenience method for getting a function when parameter types do affect loaded function.
 Function Library.getFunction(java.lang.String name, java.lang.Class[] paramTypes)
          This returns a Function object that reflects the exported native function from the library.