Home about services products contact login
   com.smardec

J2Native

  j2native
com.smardec.j2native
Class LibraryNotFoundException

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

public class LibraryNotFoundException
extends java.lang.RuntimeException

This exception is thrown when a native library cannot be loaded.


Constructor Summary
LibraryNotFoundException()
LibraryNotFoundException(java.lang.String libraryName)
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
LibraryNotFoundException
public LibraryNotFoundException(java.lang.String libraryName)


LibraryNotFoundException
public LibraryNotFoundException()
Home about services products contact login