Class MDGeneratorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
chemaxon.descriptors.MDGeneratorException
All Implemented Interfaces:
Serializable

@PublicAPI public class MDGeneratorException extends Exception
Exception definition for the MolecularDescriptor.generate() interface. This exception is thrown in the case of any error in generating a MolecularDescriptor.
Since:
JChem 2.0
See Also:
  • Constructor Details

    • MDGeneratorException

      public MDGeneratorException()
      Creates new MDGeneratorException without detailed explanation.
    • MDGeneratorException

      public MDGeneratorException(String msg)
      Constructs a MDGeneratorException with the specified detailed message.
      Parameters:
      msg - the detail message.
    • MDGeneratorException

      public MDGeneratorException(String message, Throwable cause)
      Constructs a MDGeneratorException with the specified detail message and cause.
      Parameters:
      message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).
      cause - the cause
      Since:
      JChem 5.2.2
    • MDGeneratorException

      public MDGeneratorException(Throwable cause)
      Constructs a MDGeneratorException with the specified cause.
      Parameters:
      cause - the cause
      Since:
      JChem 5.2.2