Class NoMoreDataException

  • All Implemented Interfaces:
    Serializable

    public class NoMoreDataException
    extends Exception
    Exception indicating there is no more data. Thrown by Docs Makers if content.source.forever is false and docs sources of that maker where exhausted. This is useful for iterating all document of a source, in case we don't know in advance how many docs there are.
    See Also:
    Serialized Form
    • Constructor Detail

      • NoMoreDataException

        public NoMoreDataException()