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
ConstructorsConstructorDescriptionCreates newMDReaderExceptionwithout detailed explanation.MDReaderException(String msg) Constructs aMDReaderExceptionwith the specified detailed message.MDReaderException(String msg, Throwable cause) Constructs aMDReaderExceptionwith 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 newMDReaderExceptionwithout detailed explanation. -
MDReaderException
Constructs aMDReaderExceptionwith the specified detailed message.- Parameters:
msg- the detail message.
-
MDReaderException
Constructs aMDReaderExceptionwith the specified detailed message and the cause- Parameters:
msg- the detail message.cause- the cause
-