Package chemaxon.descriptors
Class MDReaderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
chemaxon.descriptors.MDReaderException
- All Implemented Interfaces:
Serializable
Exception definition for all
MDReader
classes.- Since:
- JChem 2.0
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates newMDReaderException
without detailed explanation.MDReaderException
(String msg) Constructs aMDReaderException
with the specified detailed message.MDReaderException
(String msg, Throwable cause) Constructs aMDReaderException
with the specified detailed message and the cause -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MDReaderException
public MDReaderException()Creates newMDReaderException
without detailed explanation. -
MDReaderException
Constructs aMDReaderException
with the specified detailed message.- Parameters:
msg
- the detail message.
-
MDReaderException
Constructs aMDReaderException
with the specified detailed message and the cause- Parameters:
msg
- the detail message.cause
- the cause
-