net.sf.jniinchi
Class LoadNativeLibraryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.jniinchi.JniInchiException
              extended by net.sf.jniinchi.LoadNativeLibraryException
All Implemented Interfaces:
Serializable

public class LoadNativeLibraryException
extends JniInchiException

See Also:
Serialized Form

Constructor Summary
LoadNativeLibraryException()
          Constructor.
LoadNativeLibraryException(String message)
          Constructor.
LoadNativeLibraryException(Throwable ex)
           
 
Method Summary
 
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

LoadNativeLibraryException

public LoadNativeLibraryException()
Constructor.


LoadNativeLibraryException

public LoadNativeLibraryException(String message)
Constructor.

Parameters:
message -

LoadNativeLibraryException

public LoadNativeLibraryException(Throwable ex)


Copyright © 2006-2010 Sam Adams. All Rights Reserved.