org.archive.crawler.framework.exceptions |
|
Java Source File Name | Type | Comment |
ConfigurationException.java | Class | ConfigurationExceptions should be thrown when a configuration file
is missing data, or contains uninterpretable data, at runtime. |
EndedException.java | Class | Indicates a crawl has ended, either due to operator
termination, frontier exhaustion, or any other reason. |
FatalConfigurationException.java | Class | |
InitializationException.java | Class | InitializationExceptions should be thrown when there is a problem with
the crawl's initialization, such as file creation problems, etc. |
InvalidFrontierMarkerException.java | Class | An exception that is thrown when there is an attempt to use a
URIFrontierMarker that has become invalid. |