chemaxon.marvin.io
Class MolExportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by chemaxon.marvin.util.MolExportException
                  extended by chemaxon.marvin.io.MolExportException
All Implemented Interfaces:
java.io.Serializable

public class MolExportException
extends MolExportException

Molecule export exception.

Since:
Marvin 3.0, 12/25/2002
Version:
5.0, 06/04/2007
Author:
Peter Csizmadia
See Also:
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

MolExportException

public MolExportException(java.lang.String s)
Creates a molecule export exception with the specified message.

Parameters:
s - the message

MolExportException

public MolExportException(java.lang.String s,
                          java.lang.Throwable cause)
Creates a molecule export exception with the specified message and cause.

Since:
Marvin 4.1, 03/29/2006

MolExportException

public MolExportException(java.lang.Throwable cause)
Creates a molecule export exception with the specified cause.

Since:
Marvin 4.1, 03/29/2006
Method Detail

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