FileDocCategorySizeDatePackage
NoMoreDataException.javaAPI DocApache Lucene 2.2.01186Sat Jun 16 22:20:58 BST 2007org.apache.lucene.benchmark.byTask.feeds

NoMoreDataException

public class NoMoreDataException extends Exception
Exception indicating there is no more data. Thrown by Docs Makers if doc.maker.forever is false and docs sources of that maker where exhausted. This is usefull for iterating all document of a source, in case we don't know in advance how many docs there are.

Fields Summary
Constructors Summary
Methods Summary