@PublicAPI public class MolExportException extends java.io.IOException
MolExportModule
,
Serialized FormConstructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
int |
getMolIndex()
Returns the molecule index.
|
void |
setMolIndex(int molIndex)
Sets the molecule index.
|
public MolExportException(java.lang.String s)
s
- the messagepublic MolExportException(java.lang.String s, java.lang.Throwable cause)
public MolExportException(java.lang.Throwable cause)