|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.jniwrapper.JNIWrapperException
com.jniwrapper.FunctionExecutionException
com.jniwrapper.LibraryNotFoundException
com.jniwrapper.LibraryVersionMismatchException
This exception is thrown when there is a native library but it is not compatible with
the current JNIWrapper version.
Constructor Summary | |
LibraryVersionMismatchException(java.lang.String reason)
|
Methods inherited from class com.jniwrapper.FunctionExecutionException |
createFunctionExecutionException |
Methods inherited from class com.jniwrapper.JNIWrapperException |
createException, isThrowableConstructorAvailable, throwException |
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 |
public LibraryVersionMismatchException(java.lang.String reason)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |