chemaxon.jchem.db
Class RecalculationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by chemaxon.util.search.SearchException
              extended by chemaxon.util.ChemaxonException
                  extended by chemaxon.jchem.db.RecalculationException
All Implemented Interfaces:
java.io.Serializable

public class RecalculationException
extends chemaxon.util.ChemaxonException

Exception indicating errors during recalculation.

Author:
Roland Molnar
See Also:
Serialized Form

Constructor Summary
RecalculationException()
           
RecalculationException(java.lang.String s)
           
 
Method Summary
 
Methods inherited from class chemaxon.util.ChemaxonException
getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

RecalculationException

public RecalculationException()

RecalculationException

public RecalculationException(java.lang.String s)