Package net.sf.jniinchi
Class JniInchiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.jniinchi.JniInchiException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LoadNativeLibraryException
Exception thrown by JniInchi.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.JniInchiException
(String message) Constructs a new exception with the specified detail message.Constructs a new exception with the specified cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
JniInchiException
public JniInchiException()Constructor. -
JniInchiException
Constructs a new exception with the specified detail message.- Parameters:
message
- the detail message.
-
JniInchiException
Constructs a new exception with the specified cause.- Parameters:
ex
- the cause.
-