CLucene - a full-featured, c++ search engine
API Documentation
#include <error.h>
Public Member Functions | |
| CLuceneError (const CLuceneError &clone) | |
| CLuceneError (int num, const char *str, bool ownstr) | |
| int | number () |
| char * | what () |
| TCHAR * | twhat () |
| ~CLuceneError () throw () | |
| CLuceneError::CLuceneError | ( | const CLuceneError & | clone | ) |
| CLuceneError::CLuceneError | ( | int | num, | |
| const char * | str, | |||
| bool | ownstr | |||
| ) |
| CLuceneError::~CLuceneError | ( | ) | throw () |
| int CLuceneError::number | ( | ) | [inline] |
| TCHAR* CLuceneError::twhat | ( | ) |
| char* CLuceneError::what | ( | ) |