Package chemaxon.jchem.db
Class RecalculationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
chemaxon.jchem.db.RecalculationException
- All Implemented Interfaces:
Serializable
Exception indicating errors during recalculation.
- 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
-
RecalculationException
public RecalculationException() -
RecalculationException
-
-
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
).
-