Package chemaxon.jchem.db
Class RecalculationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- chemaxon.jchem.db.RecalculationException
-
- All Implemented Interfaces:
Serializable
@PublicAPI public class RecalculationException extends Exception
Exception indicating errors during recalculation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RecalculationException()
RecalculationException(String s)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
Returns 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 Detail
-
RecalculationException
public RecalculationException()
-
RecalculationException
public RecalculationException(String s)
-
-
Method Detail
-
getMessage
public String 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
).
-
-