Class MDWriterException

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

@PublicAPI public class MDWriterException extends Exception
Exception definition for the MDWriter class.
Since:
JChem 2.0
See Also:
  • Constructor Details

    • MDWriterException

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

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

      public MDWriterException(String msg, Throwable cause)
      Constructs a MDWriterException with the specified message and cause.
      Parameters:
      msg - the message
      cause - the cause