该类封装了有关程序中发生的错误的所有或几乎所有必要信息。异常通常是通过 RMVL_Error 和 RMVL_Error_ 宏隐式构造和抛出的
更多...
#include <rmvl/core/util.hpp>
该类封装了有关程序中发生的错误的所有或几乎所有必要信息。异常通常是通过 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 |
该类的文档由以下文件生成: