de.modlab.smilib.exceptions
Class SmiLibSdfException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.modlab.smilib.exceptions.SmiLibException
              extended by de.modlab.smilib.exceptions.SmiLibSdfException
All Implemented Interfaces:
java.io.Serializable

public class SmiLibSdfException
extends SmiLibException

SmiLibSdfException is thrown when an error occurs during SMILES to SDF conversion with CDK.

See Also:
Serialized Form

Constructor Summary
SmiLibSdfException()
          Creates a new instance of SmiLibSdfException without detail message.
SmiLibSdfException(java.lang.String msg)
          Constructs an instance of SmiLibSdfException with the specified detail message.
SmiLibSdfException(java.lang.String message, java.lang.Throwable cause)
          Constructs an instance of SmiLibSdfException with the specified detail message and cause.
SmiLibSdfException(java.lang.Throwable cause)
          Constructs an instance of SmiLibSdfException 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

SmiLibSdfException

public SmiLibSdfException()
Creates a new instance of SmiLibSdfException without detail message.


SmiLibSdfException

public SmiLibSdfException(java.lang.String msg)
Constructs an instance of SmiLibSdfException with the specified detail message.

Parameters:
msg - the detail message.

SmiLibSdfException

public SmiLibSdfException(java.lang.Throwable cause)
Constructs an instance of SmiLibSdfException with the specified cause.

Parameters:
cause - another exception (throwable).

SmiLibSdfException

public SmiLibSdfException(java.lang.String message,
                          java.lang.Throwable cause)
Constructs an instance of SmiLibSdfException with the specified detail message and cause.

Parameters:
message - the detail message
cause - another exception (throwable).