Lucene exception container.
More...
#include <LuceneException.h>
Public Types |
| enum | ExceptionType {
Null,
AlreadyClosed,
Compression,
CorruptIndex,
FieldReader,
FileNotFound,
IllegalArgument,
IllegalState,
IndexOutOfBounds,
IO,
LockObtainFailed,
LockReleaseFailed,
Lookahead,
MergeAborted,
Merge,
NoSuchDirectory,
NullPointer,
NumberFormat,
OutOfMemory,
Parse,
QueryParser,
Runtime,
StaleReader,
StopFillCache,
Temporary,
TimeExceeded,
TooManyClauses,
UnsupportedOperation
} |
Detailed Description
Lucene exception container.
Member Enumeration Documentation
- Enumerator:
| Null |
|
| AlreadyClosed |
|
| Compression |
|
| CorruptIndex |
|
| FieldReader |
|
| FileNotFound |
|
| IllegalArgument |
|
| IllegalState |
|
| IndexOutOfBounds |
|
| IO |
|
| LockObtainFailed |
|
| LockReleaseFailed |
|
| Lookahead |
|
| MergeAborted |
|
| Merge |
|
| NoSuchDirectory |
|
| NullPointer |
|
| NumberFormat |
|
| OutOfMemory |
|
| Parse |
|
| QueryParser |
|
| Runtime |
|
| StaleReader |
|
| StopFillCache |
|
| Temporary |
|
| TimeExceeded |
|
| TooManyClauses |
|
| UnsupportedOperation |
|
Constructor & Destructor Documentation
| Lucene::LuceneException::~LuceneException |
( |
| ) |
throw () |
Member Function Documentation
| String Lucene::LuceneException::getError |
( |
| ) |
const |
| bool Lucene::LuceneException::isNull |
( |
| ) |
const |
| void Lucene::LuceneException::throwException |
( |
| ) |
|
Field Documentation
| String Lucene::LuceneException::error |
|
protected |
The documentation for this class was generated from the following file: