Package chemaxon.naming
Class NameFormatException.FilteredCase
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- chemaxon.formats.MolFormatException
-
- chemaxon.naming.NameFormatException
-
- chemaxon.naming.NameFormatException.FilteredCase
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- NameFormatException
public static class NameFormatException.FilteredCase extends NameFormatException
Exception signaling that the given input name should not be converted.When a NameConverter throws this exception, name converters with lower priority will not try to convert that name, so the conversion is guaranteed to fail. This differs from throwing NameFormatException or returning null, in which case other converters would still be tried.
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class chemaxon.naming.NameFormatException
NameFormatException.FilteredCase
-
-
Constructor Summary
Constructors Constructor Description FilteredCase(String message)
FilteredCase(String message, Throwable t)
-
Method Summary
-
Methods inherited from class chemaxon.naming.NameFormatException
fillInStackTrace, getPrefix
-
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
-
-