|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
corelib.services.web.searchengine.scanners.DocumentScannerException
public class DocumentScannerException
This exception class is used to represent problems thrown during document scanning by the Ellipse integrated search engine.
| 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 |
|---|
public DocumentScannerException()
public DocumentScannerException(java.lang.String message)
message - The message associated to this exception.public DocumentScannerException(java.lang.Throwable cause)
cause - The throwable instance that is cause this exception.
public DocumentScannerException(java.lang.String message,
java.lang.Throwable cause)
message - The message associated to this exception.cause - The throwable instance that is cause this exception.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||