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 SummaryNested ClassesModifier and TypeClassDescriptionstatic classException signaling that the given input name should not be converted.
- 
Constructor SummaryConstructorsConstructorDescriptionNameFormatException(String message) NameFormatException(String message, String prefix) NameFormatException(String message, Throwable cause) NameFormatException(Throwable cause) 
- 
Method SummaryModifier and TypeMethodDescriptionThe part of the input name that was recognized, or null.Methods inherited from class chemaxon.formats.MolFormatExceptiongetFinalCause, getLineNumberInFile, getLineNumberInRecord, setLineNumberInFile, setLineNumberInRecordMethods inherited from class java.lang.ThrowableaddSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
NameFormatException
- 
NameFormatException
- 
NameFormatException
- 
NameFormatException
 
- 
- 
Method Details- 
getPrefixThe part of the input name that was recognized, or null.
- 
fillInStackTrace- Overrides:
- fillInStackTracein class- Throwable
 
 
-