chemaxon.descriptors
Class MDParametersException

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

public class MDParametersException
extends java.lang.RuntimeException

MDParametersException reports all kinds of parametrization related failures.

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

Constructor Summary
MDParametersException()
          Creates an exception object with a default message.
MDParametersException(java.lang.String msg)
          Creates an exception object with a given message.
MDParametersException(java.lang.String msg, java.lang.Throwable cause)
          Creates an exception object with a given 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

MDParametersException

public MDParametersException()
Creates an exception object with a default message.


MDParametersException

public MDParametersException(java.lang.String msg)
Creates an exception object with a given message.


MDParametersException

public MDParametersException(java.lang.String msg,
                             java.lang.Throwable cause)
Creates an exception object with a given message and cause.