org.webharvest.exception
Class BaseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.webharvest.exception.BaseException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConfigurationException, DatabaseException, FileException, FtpPluginException, FunctionException, HttpException, MailPluginException, ParserException, PluginException, ScraperXPathException, ScraperXQueryException, ScriptException, TemplateException, TemplaterException, VariableException, XsltException, ZipPluginException

public class BaseException
extends java.lang.RuntimeException

Basic Scraper exception.

See Also:
Serialized Form

Constructor Summary
BaseException()
           
BaseException(java.lang.String message)
           
BaseException(java.lang.String message, java.lang.Throwable cause)
           
BaseException(java.lang.Throwable cause)
           
 
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

BaseException

public BaseException()

BaseException

public BaseException(java.lang.String message)

BaseException

public BaseException(java.lang.Throwable cause)

BaseException

public BaseException(java.lang.String message,
                     java.lang.Throwable cause)