该类封装了有关程序中发生的错误的所有或几乎所有必要信息。异常通常是通过 RMVL_Error 和 RMVL_Error_ 宏隐式构造和抛出的
更多...
#include <rmvl/core/util.hpp>
|
std::string | msg |
| 格式化的错误信息
|
|
int | code |
| 错误码
|
|
std::string | err |
| 错误描述
|
|
std::string | func |
| 函数名,仅在编译器支持获取时可用
|
|
std::string | file |
| 发生错误的源文件名
|
|
int | line |
| 源文件中发生错误的行号
|
|
该类封装了有关程序中发生的错误的所有或几乎所有必要信息。异常通常是通过 RMVL_Error 和 RMVL_Error_ 宏隐式构造和抛出的
- 参见
- error
◆ Exception() [1/2]
rm::Exception::Exception |
( |
| ) |
|
|
inline |
◆ Exception() [2/2]
rm::Exception::Exception |
( |
int | _code, |
|
|
std::string_view | _err, |
|
|
std::string_view | _func, |
|
|
std::string_view | _file, |
|
|
int | _line ) |
◆ ~Exception()
virtual rm::Exception::~Exception |
( |
| ) |
|
|
virtualdefaultnoexcept |
◆ what()
const char * rm::Exception::what |
( |
| ) |
const |
|
inlineoverridenoexcept |
◆ code
◆ err
std::string rm::Exception::err |
◆ file
std::string rm::Exception::file |
◆ func
std::string rm::Exception::func |
◆ line
◆ msg
std::string rm::Exception::msg |
该类的文档由以下文件生成: