chemaxon.marvin.util
Class MolExportException

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

public class MolExportException
extends java.io.IOException

Molecule export exception.

Since:
3.0, 12/25/2002
Version:
3.0, 12/25/2002
Author:
Peter Csizmadia
See Also:
MolExportModule, Serialized Form

Constructor Summary
MolExportException(java.lang.String s)
          Creates a molecule export exception with the specified message.
 
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