Class ChemTermsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
chemaxon.chemterms.ChemTermsException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ParseException

@PublicApi public class ChemTermsException extends Exception
Exception thrown during the compilation or evaluation of Chemical Terms expressions.
See Also:
  • Constructor Details

    • ChemTermsException

      public ChemTermsException()
    • ChemTermsException

      public ChemTermsException(String message)
    • ChemTermsException

      public ChemTermsException(String message, Throwable cause)
    • ChemTermsException

      public ChemTermsException(Throwable cause)