SMILA 1.0 API documentation

org.eclipse.smila.importing.crawler.web
Class WebCrawlerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.smila.utils.MaybeRecoverableException
              extended by org.eclipse.smila.importing.crawler.web.WebCrawlerException
All Implemented Interfaces:
java.io.Serializable

public class WebCrawlerException
extends MaybeRecoverableException

exceptions thrown by WebCrawler components.

See Also:
Serialized Form

Constructor Summary
WebCrawlerException(java.lang.String message)
          create instance.
WebCrawlerException(java.lang.String message, boolean recoverable)
          create instance.
WebCrawlerException(java.lang.String message, java.lang.Throwable cause)
          create instance.
WebCrawlerException(java.lang.String message, java.lang.Throwable cause, boolean recoverable)
          create instance.
WebCrawlerException(java.lang.Throwable cause)
          create instance.
WebCrawlerException(java.lang.Throwable cause, boolean recoverable)
          create instance.
 
Method Summary
static boolean isRecoverableCause(java.lang.Throwable cause)
           
 
Methods inherited from class org.eclipse.smila.utils.MaybeRecoverableException
isRecoverable
 
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

WebCrawlerException

public WebCrawlerException(java.lang.String message,
                           boolean recoverable)
create instance.


WebCrawlerException

public WebCrawlerException(java.lang.String message,
                           java.lang.Throwable cause,
                           boolean recoverable)
create instance.


WebCrawlerException

public WebCrawlerException(java.lang.String message,
                           java.lang.Throwable cause)
create instance.


WebCrawlerException

public WebCrawlerException(java.lang.String message)
create instance.


WebCrawlerException

public WebCrawlerException(java.lang.Throwable cause,
                           boolean recoverable)
create instance.


WebCrawlerException

public WebCrawlerException(java.lang.Throwable cause)
create instance.

Method Detail

isRecoverableCause

public static boolean isRecoverableCause(java.lang.Throwable cause)
Returns:
if cause is a MaybeRecoverableException, too, return it's recoverable flag. else false.

SMILA 1.0 API documentation