Package net.sf.jniinchi
Class JniInchiException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.sf.jniinchi.JniInchiException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
LoadNativeLibraryException
public class JniInchiException extends java.lang.Exception
Exception thrown by JniInchi.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description JniInchiException()
Constructor.JniInchiException(java.lang.String message)
Constructs a new exception with the specified detail message.JniInchiException(java.lang.Throwable ex)
Constructs a new exception with the specified cause.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
JniInchiException
public JniInchiException()
Constructor.
-
JniInchiException
public JniInchiException(java.lang.String message)
Constructs a new exception with the specified detail message.- Parameters:
message
- the detail message.
-
JniInchiException
public JniInchiException(java.lang.Throwable ex)
Constructs a new exception with the specified cause.- Parameters:
ex
- the cause.
-
-