chemaxon.descriptors
Class MDWriterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by chemaxon.descriptors.MDWriterException
All Implemented Interfaces:
java.io.Serializable

public class MDWriterException
extends java.lang.Exception

Exception definition for the MDWriter class.

Since:
JChem 2.0
Author:
Miklos Vargyas
See Also:
Serialized Form

Constructor Summary
MDWriterException()
          Creates new MDWriterException without detailed explanation.
MDWriterException(java.lang.String msg)
          Constructs a MDWriterException with the specified detailed message.
MDWriterException(java.lang.String msg, java.lang.Throwable cause)
          Constructs a MDWriterException with the specified message and 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

MDWriterException

public MDWriterException()
Creates new MDWriterException without detailed explanation.


MDWriterException

public MDWriterException(java.lang.String msg)
Constructs a MDWriterException with the specified detailed message.

Parameters:
msg - the detail message.

MDWriterException

public MDWriterException(java.lang.String msg,
                         java.lang.Throwable cause)
Constructs a MDWriterException with the specified message and cause.

Parameters:
msg - the message
cause - the cause