FirteX-高性能全文索引和检索平台

API Documentation


首页 | 名字空间列表 | 类继承关系 | 组合类型列表 | $(BL\录(B | 文件列表 | 名字空间成员 | 组合类型成员 | 文件成员

Exception.h文件参考

#include <iostream>
#include <string>
#include <sstream>

浏览该文件的源代码。

Namespaces

namespace  firtex
namespace  firtex::utility

组合类型

class  firtex::utility::CFirteException
class  firtex::utility::CIllegalArgumentException
class  firtex::utility::CUnsupportedOperationException
class  firtex::utility::CFileIOException

宏定义

#define FIRTEX_THROW1(code)   throw CFirteException(CFirteException::code)
#define FIRTEX_THROW2(code, msg)   throw CFirteException(CFirteException::code,msg)
#define FIRTEX_THROW3(code, msg)   throw CFirteException(CFirteException::code,msg,__FILE__, __LINE__)
#define FIRTEX_THROW_LINE(code, msg, file, line)   throw CFirteException(CFirteException::code,msg,file,line)
#define FIRTEX_RETHROW(e)   throw CFirteException(e)
#define FIRTEX_ASSERT(exp, msg)

类型定义

typedef unsigned short exception_type


宏定义文档

#define FIRTEX_ASSERT exp,
msg   ) 
 

#define FIRTEX_RETHROW  )     throw CFirteException(e)
 

#define FIRTEX_THROW1 code   )     throw CFirteException(CFirteException::code)
 

#define FIRTEX_THROW2 code,
msg   )     throw CFirteException(CFirteException::code,msg)
 

#define FIRTEX_THROW3 code,
msg   )     throw CFirteException(CFirteException::code,msg,__FILE__, __LINE__)
 

#define FIRTEX_THROW_LINE code,
msg,
file,
line   )     throw CFirteException(CFirteException::code,msg,file,line)
 


类型定义文档

typedef unsigned short firtex::utility::exception_type
 


http://www.firtex.org http://www.sourceforge.net/projects/firtex