chemaxon.reaction
Class ReactionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
chemaxon.util.search.SearchException
chemaxon.util.ChemaxonException
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
| 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 |
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)