- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- InvalidCASNumberException, InvalidECNumberException
- 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, where other converters are tried.
- Author:
- Daniel Bonniot
- See Also:
- Serialized Form