Class MDReaderException

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

@PublicAPI public class MDReaderException extends Exception
Exception definition for all MDReader classes.
Since:
JChem 2.0
See Also:
  • Constructor Details

    • MDReaderException

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

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

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