nikhilgeit / abot

Automatically exported from code.google.com/p/abot
Apache License 2.0
0 stars 0 forks source link

Add fatal crawl errors to CrawlResult #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Add fatal crawl errors to CrawlResult

Original issue reported on code.google.com by sjdir...@gmail.com on 13 Oct 2012 at 10:36

GoogleCodeExporter commented 8 years ago
Decided not to add this enhancement. Its better to make the user add try catch 
around the Crawler.Crawl() method and handle the exception themselves instead 
of catching it inside the crawler and exposing the exception through a property.

Original comment by sjdir...@gmail.com on 13 Oct 2012 at 10:56