|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
chemaxon.marvin.util.MolExportException
chemaxon.marvin.io.MolExportException
public class MolExportException
Molecule export exception.
MolExportModule,
Serialized Form| Constructor Summary | |
|---|---|
MolExportException(java.lang.String s)
Creates a molecule export exception with the specified message. |
|
MolExportException(java.lang.String s,
java.lang.Throwable cause)
Creates a molecule export exception with the specified message and cause. |
|
MolExportException(java.lang.Throwable cause)
Creates a molecule export exception with the specified cause. |
|
| Method Summary | |
|---|---|
int |
getMolIndex()
Returns the molecule index. |
void |
setMolIndex(int molIndex)
Sets the molecule index. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MolExportException(java.lang.String s)
s - the message
public MolExportException(java.lang.String s,
java.lang.Throwable cause)
public MolExportException(java.lang.Throwable cause)
| Method Detail |
|---|
public void setMolIndex(int molIndex)
molIndex - the molecule indexpublic int getMolIndex()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||