Package 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:
Serializable
- Direct Known Subclasses:
NameFormatException.FilteredCase
,NamePrefixException
A failure to convert a name to a structure.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Exception signaling that the given input name should not be converted. -
Constructor Summary
ConstructorDescriptionNameFormatException
(String message) NameFormatException
(String message, String prefix) NameFormatException
(String message, Throwable cause) NameFormatException
(Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionThe part of the input name that was recognized, or null.Methods inherited from class chemaxon.formats.MolFormatException
getFinalCause, getLineNumberInFile, getLineNumberInRecord, setLineNumberInFile, setLineNumberInRecord
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NameFormatException
-
NameFormatException
-
NameFormatException
-
NameFormatException
-
-
Method Details
-
getPrefix
The part of the input name that was recognized, or null. -
fillInStackTrace
- Overrides:
fillInStackTrace
in classThrowable
-