chemaxon.descriptors
Class MDReaderException

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

public class MDReaderException
extends java.lang.Exception

Exception definition for all MDReader classes.

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

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

MDReaderException

public MDReaderException()
Creates new MDReaderException without detailed explanation.


MDReaderException

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

Parameters:
msg - the detail message.

MDReaderException

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

Parameters:
msg - the detail message.
cause - the cause