Lucene++ - a full-featured, c++ search engine
API Documentation
Lucene exception container. More...
#include <LuceneException.h>
Public Member Functions | |
LuceneException (const String &error=EmptyString, LuceneException::ExceptionType type=Null) throw () | |
~LuceneException () throw () | |
ExceptionType | getType () const |
String | getError () const |
bool | isNull () const |
void | throwException () |
Protected Attributes | |
ExceptionType | type |
String | error |
Lucene exception container.
Lucene::LuceneException::LuceneException | ( | const String & | error = EmptyString , |
LuceneException::ExceptionType | type = Null |
||
) | |||
throw | ( | ||
) |
Lucene::LuceneException::~LuceneException | ( | ) | ||
throw | ( | |||
) |
String Lucene::LuceneException::getError | ( | ) | const |
ExceptionType Lucene::LuceneException::getType | ( | ) | const |
bool Lucene::LuceneException::isNull | ( | ) | const |
void Lucene::LuceneException::throwException | ( | ) |
|
protected |
|
protected |