ARCS SDK API  0.24.0
Public 成员函数 | Private 属性 | 所有成员列表
arcs::common_interface::AuboException类 参考

自定义异常类 AuboException 更多...

#include <type_def.h>

类 arcs::common_interface::AuboException 继承关系图:
Inheritance graph
[图例]
arcs::common_interface::AuboException 的协作图:
Collaboration graph
[图例]

Public 成员函数

 AuboException (int code, const std::string &prefix, const std::string &message) noexcept
 
 AuboException (int code, const std::string &message) noexcept
 
error_type type () const
 
int code () const
 
const char * what () const noexceptoverride
 

Private 属性

int code_
 异常码 更多...
 
std::string message_
 异常消息 更多...
 

详细描述

自定义异常类 AuboException

在文件 type_def.h754 行定义.

构造及析构函数说明

arcs::common_interface::AuboException::AuboException ( int  code,
const std::string &  prefix,
const std::string &  message 
)
inlinenoexcept

在文件 type_def.h757 行定义.

arcs::common_interface::AuboException::AuboException ( int  code,
const std::string &  message 
)
inlinenoexcept

在文件 type_def.h763 行定义.

成员函数说明

int arcs::common_interface::AuboException::code ( ) const
inline

在文件 type_def.h780 行定义.

error_type arcs::common_interface::AuboException::type ( ) const
inline
const char* arcs::common_interface::AuboException::what ( ) const
inlineoverridenoexcept

在文件 type_def.h781 行定义.

类成员变量说明

int arcs::common_interface::AuboException::code_
private

异常码

在文件 type_def.h784 行定义.

std::string arcs::common_interface::AuboException::message_
private

异常消息

在文件 type_def.h785 行定义.


该类的文档由以下文件生成: