net.sf.jniinchi
Class JniInchiException

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

public class JniInchiException
extends Exception

Exception thrown by JniInchi.

Author:
Sam Adams
See Also:
Serialized Form

Constructor Summary
JniInchiException()
          Constructor.
JniInchiException(String message)
          Constructs a new exception with the specified detail message.
JniInchiException(Throwable ex)
          Constructs a new exception with the specified cause.
 
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

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.


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