chemaxon.naming
Class NameFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
chemaxon.formats.MolFormatException
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
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 |
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)
fillInStackTrace
public java.lang.Throwable fillInStackTrace()
- Overrides:
fillInStackTrace
in class java.lang.Throwable