corelib.services.web.searchengine.scanners
Class DocumentScannerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by corelib.services.web.searchengine.scanners.DocumentScannerException
All Implemented Interfaces:
java.io.Serializable

public class DocumentScannerException
extends java.lang.Exception

This exception class is used to represent problems thrown during document scanning by the Ellipse integrated search engine.

Author:
Dominique Liard
See Also:
Serialized Form

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

DocumentScannerException

public DocumentScannerException()
Class constructor.


DocumentScannerException

public DocumentScannerException(java.lang.String message)
Class constructor.

Parameters:
message - The message associated to this exception.

DocumentScannerException

public DocumentScannerException(java.lang.Throwable cause)
Class constructor.

Parameters:
cause - The throwable instance that is cause this exception.

DocumentScannerException

public DocumentScannerException(java.lang.String message,
                                java.lang.Throwable cause)
Class constructor.

Parameters:
message - The message associated to this exception.
cause - The throwable instance that is cause this exception.


CAUTION: Ellipse is proposed to you in BETA version to allow evaluation of this framework. Infini Software is released from any responsibility for the use of Ellipse Framework.

Copyright 2012 Infini Software - All Rights Reserved.