Package chemaxon.reaction
Class ReactionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
chemaxon.reaction.ReactionException
- All Implemented Interfaces:
Serializable
Reaction Exception class.
Used when an error occurs in reaction processing.
- Since:
- JChem 1.6.3
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the detailed message string of this exception, plus all the causes concatenated.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ReactionException
public ReactionException() -
ReactionException
-
ReactionException
-
ReactionException
-
-
Method Details
-
getMessage
Returns the detailed message string of this exception, plus all the causes concatenated.- Overrides:
getMessage
in classThrowable
- Returns:
- the concatenated message string (which may be
null
).
-