Package chemaxon.descriptors
Class MDWriterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
chemaxon.descriptors.MDWriterException
- All Implemented Interfaces:
Serializable
Exception definition for the
MDWriter
class.- Since:
- JChem 2.0
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates newMDWriterException
without detailed explanation.MDWriterException
(String msg) Constructs aMDWriterException
with the specified detailed message.MDWriterException
(String msg, Throwable cause) Constructs aMDWriterException
with the specified message and 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
-
MDWriterException
public MDWriterException()Creates newMDWriterException
without detailed explanation. -
MDWriterException
Constructs aMDWriterException
with the specified detailed message.- Parameters:
msg
- the detail message.
-
MDWriterException
Constructs aMDWriterException
with the specified message and cause.- Parameters:
msg
- the messagecause
- the cause
-