chemaxon.reaction
Class ReactionException

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.reaction.ReactionException
All Implemented Interfaces:
java.io.Serializable

public class ReactionException
extends chemaxon.util.ChemaxonException

Reaction Exception class. Used when an error occurs in reaction processing.

Since:
JChem 1.6.3
Version:
1.6.3, 2002.07.04.
Author:
Nora Mate
See Also:
Reactor, Serialized Form

Constructor Summary
ReactionException()
           
ReactionException(java.lang.String msg)
           
ReactionException(java.lang.String msg, java.lang.Throwable e)
           
ReactionException(java.lang.Throwable e)
           
 
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

ReactionException

public ReactionException()

ReactionException

public ReactionException(java.lang.String msg)

ReactionException

public ReactionException(java.lang.Throwable e)

ReactionException

public ReactionException(java.lang.String msg,
                         java.lang.Throwable e)