Package chemaxon.marvin.io
Class MolExportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
chemaxon.marvin.io.MolExportException
- All Implemented Interfaces:
Serializable
Molecule export exception.
- Since:
- Marvin 3.0, 12/25/2002
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a molecule export exception with the specified message.MolExportException
(String s, Throwable cause) Creates a molecule export exception with the specified message and cause.MolExportException
(Throwable cause) Creates a molecule export exception with the specified cause. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns the molecule index.void
setMolIndex
(int molIndex) Sets the molecule index.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MolExportException
Creates a molecule export exception with the specified message.- Parameters:
s
- the message
-
MolExportException
Creates a molecule export exception with the specified message and cause.- Since:
- Marvin 4.1, 03/29/2006
-
MolExportException
Creates a molecule export exception with the specified cause.- Since:
- Marvin 4.1, 03/29/2006
-
-
Method Details
-
setMolIndex
public void setMolIndex(int molIndex) Sets the molecule index.- Parameters:
molIndex
- the molecule index- Since:
- Marvin 5.3
-
getMolIndex
public int getMolIndex()Returns the molecule index.- Returns:
- the molecule index
- Since:
- Marvin 5.3
-