com.webscrap4j
Class WebScrapException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.webscrap4j.WebScrapException
All Implemented Interfaces:
java.io.Serializable

public class WebScrapException
extends java.lang.Exception

This class is used to handle the all exception during scrapping the website using WebScrap4J library.

Version:
1.0
Author:
Sawan Kumar
See Also:
Serialized Form

Constructor Summary
WebScrapException()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebScrapException

public WebScrapException()