comirva.exception
Class WebCrawlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by comirva.exception.WebCrawlException
All Implemented Interfaces:
Serializable

public class WebCrawlException
extends Exception

The WebCrawlException is thrown when an error occurred while accessing the Internet and retrieving the content of web pages.

See Also:
Serialized Form

Constructor Summary
WebCrawlException()
          Creates a new WebCrawlException-instance.
WebCrawlException(String description)
          Creates a new WebCrawlException-instance.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebCrawlException

public WebCrawlException()
Creates a new WebCrawlException-instance.


WebCrawlException

public WebCrawlException(String description)
Creates a new WebCrawlException-instance.

Parameters:
description - a String containing a message or description of the occurred error