Lucene exception container.
More...
#include <LuceneException.h>
|
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
} |
|
Lucene exception container.
◆ ExceptionType
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 | |
◆ LuceneException()
◆ ~LuceneException()
Lucene::LuceneException::~LuceneException |
( |
| ) |
|
throw | ( | |
| ) | | |
◆ getError()
String Lucene::LuceneException::getError |
( |
| ) |
const |
◆ getType()
◆ isNull()
bool Lucene::LuceneException::isNull |
( |
| ) |
const |
◆ throwException()
void Lucene::LuceneException::throwException |
( |
| ) |
|
◆ error
String Lucene::LuceneException::error |
|
protected |
◆ type
The documentation for this class was generated from the following file: