Package chemaxon.descriptors
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 theMDWriter
class.- Since:
- JChem 2.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MDWriterException()
Creates 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 Detail
-
MDWriterException
public MDWriterException()
Creates newMDWriterException
without detailed explanation.
-
MDWriterException
public MDWriterException(String msg)
Constructs aMDWriterException
with the specified detailed message.- Parameters:
msg
- the detail message.
-
-