Class JniInchiException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.jniinchi.JniInchiException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LoadNativeLibraryException

public class JniInchiException extends Exception
Exception thrown by JniInchi.
See Also:
  • Field Details

  • Constructor Details

    • JniInchiException

      public JniInchiException()
      Constructor.
    • JniInchiException

      public JniInchiException(String message)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - the detail message.
    • JniInchiException

      public JniInchiException(Throwable ex)
      Constructs a new exception with the specified cause.
      Parameters:
      ex - the cause.