- All Implemented Interfaces:
- Serializable
public class MalformedEntryException
extends SearchException
Thrown when dictionary entry is of a format unparseable by the dictionary
implementation. If this exception is throws while iterating over a dictionary
search result, it usually indicates a failure of just this iteration step, and
that more dictionary entries may be available. The exception should only be thrown
if the entry format is completely unrecognizable; if most of the data from the entry
can be read it is more appropriate to print a warning on the standard error stream
and create the dictionary entry object.
- Author:
- Michael Koch
- See Also:
- Serialized Form