Package net.sf.jniinchi
Class LoadNativeLibraryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.sf.jniinchi.JniInchiException
-
- net.sf.jniinchi.LoadNativeLibraryException
-
- All Implemented Interfaces:
java.io.Serializable
public class LoadNativeLibraryException extends JniInchiException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description LoadNativeLibraryException()
Constructor.LoadNativeLibraryException(java.lang.String message)
Constructor.LoadNativeLibraryException(java.lang.Throwable ex)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
LoadNativeLibraryException
public LoadNativeLibraryException()
Constructor.
-
LoadNativeLibraryException
public LoadNativeLibraryException(java.lang.String message)
Constructor.- Parameters:
message
-
-
LoadNativeLibraryException
public LoadNativeLibraryException(java.lang.Throwable ex)
-
-