Class MolExportException

All Implemented Interfaces:
Serializable

@PublicAPI public class MolExportException extends IOException
Molecule export exception.
Since:
Marvin 3.0, 12/25/2002
See Also:
  • Constructor Details

    • MolExportException

      public MolExportException(String s)
      Creates a molecule export exception with the specified message.
      Parameters:
      s - the message
    • MolExportException

      public MolExportException(String s, Throwable cause)
      Creates a molecule export exception with the specified message and cause.
      Since:
      Marvin 4.1, 03/29/2006
    • MolExportException

      public MolExportException(Throwable cause)
      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