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:
  • Constructor Details

    • RecalculationException

      public RecalculationException()
    • RecalculationException

      public RecalculationException(String s)
  • Method Details

    • getMessage

      public String getMessage()
      Returns the detailed message string of this exception, plus all the causes concatenated.
      Overrides:
      getMessage in class Throwable
      Returns:
      the concatenated message string (which may be null).