Home about services products contact login
   com.smardec

J2Native

  j2native
com.smardec.j2native
Class FunctionNotFoundException

java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.smardec.j2native.FunctionNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class FunctionNotFoundException
extends java.lang.RuntimeException

This exception is thrown if requested native function was not found in the specified library.


Constructor Summary
FunctionNotFoundException(java.lang.String reason)
FunctionNotFoundException(java.lang.String libraryName, java.lang.String functionName)
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail
FunctionNotFoundException
public FunctionNotFoundException(java.lang.String libraryName, java.lang.String functionName)


FunctionNotFoundException
public FunctionNotFoundException(java.lang.String reason)
Home about services products contact login