Uses of Class
org.archive.crawler.util.SeedUrlNotFoundException

Packages that use SeedUrlNotFoundException
org.archive.crawler.util   
 

Uses of SeedUrlNotFoundException in org.archive.crawler.util
 

Methods in org.archive.crawler.util that throw SeedUrlNotFoundException
 java.util.Iterator<java.lang.String> RecoveryLogMapper.getIteratorOfURLsSuccessfullyCrawledFromSeedUrl(java.lang.String seedUrlString)
           
protected  void RecoveryLogMapper.load(java.lang.String recoverLogFileName)
           
 

Constructors in org.archive.crawler.util that throw SeedUrlNotFoundException
RecoveryLogMapper(java.lang.String recoverLogFileName)
          Normal constructor - if encounter not-found seeds while loading recoverLogFileName, will throw throw SeedUrlNotFoundException.
RecoveryLogMapper(java.lang.String recoverLogFileName, java.lang.String seedNotFoundLogFileName)
          Constructor to use if you want to allow not-found seeds, logging them to seedNotFoundLogFileName.
 



Copyright © 2003-2011 Internet Archive. All Rights Reserved.