|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InitializationException | |
|---|---|
| org.archive.crawler | Introduction to Heritrix. |
| org.archive.crawler.admin | Contains classes that the web UI uses to monitor and control crawls. |
| org.archive.crawler.framework | |
| org.archive.crawler.framework.exceptions | |
| Uses of InitializationException in org.archive.crawler |
|---|
| Methods in org.archive.crawler that throw InitializationException | |
|---|---|
protected java.lang.String |
Heritrix.doOneCrawl(java.lang.String crawlOrderFile)
Launch the crawler without a web UI and run the passed crawl only. |
protected java.lang.String |
Heritrix.doOneCrawl(java.lang.String crawlOrderFile,
CrawlStatusListener listener)
Launch the crawler without a web UI and run passed crawl only. |
| Uses of InitializationException in org.archive.crawler.admin |
|---|
| Methods in org.archive.crawler.admin that throw InitializationException | |
|---|---|
protected javax.management.openmbean.OpenMBeanInfoSupport |
CrawlJob.buildMBeanInfo()
Build up the MBean info for Heritrix main. |
protected CrawlController |
CrawlJob.setupCrawlController()
|
void |
CrawlJob.setupForCrawlStart()
|
| Uses of InitializationException in org.archive.crawler.framework |
|---|
| Methods in org.archive.crawler.framework that throw InitializationException | |
|---|---|
void |
CrawlController.initialize(SettingsHandler sH)
Starting from nothing, set up CrawlController and associated classes to be ready for a first crawl. |
| Uses of InitializationException in org.archive.crawler.framework.exceptions |
|---|
| Subclasses of InitializationException in org.archive.crawler.framework.exceptions | |
|---|---|
class |
ConfigurationException
ConfigurationExceptions should be thrown when a configuration file is missing data, or contains uninterpretable data, at runtime. |
class |
FatalConfigurationException
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||