chemaxon.naming
Class NameFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by chemaxon.formats.MolFormatException
                  extended by chemaxon.naming.NameFormatException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NameFormatException.FilteredCase, NamePrefixException

public class NameFormatException
extends MolFormatException

A failure to convert a name to a structure.

Author:
Daniel Bonniot
See Also:
Serialized Form

Nested Class Summary
static class NameFormatException.FilteredCase
          Exception signaling that the given input name should not be converted.
 
Constructor Summary
NameFormatException(java.lang.String message)
           
NameFormatException(java.lang.String message, java.lang.Throwable cause)
           
NameFormatException(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable fillInStackTrace()
           
 
Methods inherited from class chemaxon.formats.MolFormatException
getFinalCause, getLineNumberInFile, getLineNumberInRecord, setLineNumberInFile, setLineNumberInRecord
 
Methods inherited from class java.lang.Throwable
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

NameFormatException

public NameFormatException(java.lang.String message)

NameFormatException

public NameFormatException(java.lang.Throwable cause)

NameFormatException

public NameFormatException(java.lang.String message,
                           java.lang.Throwable cause)
Method Detail

fillInStackTrace

public java.lang.Throwable fillInStackTrace()
Overrides:
fillInStackTrace in class java.lang.Throwable