#include <wx_exception.h>
|
| WXException (int err_code, const char *fmt,...) noexcept |
|
int | errCode () const |
| 获取异常错误码 More...
|
|
const char * | what () const noexcept override |
| 获取异常描述 More...
|
|
std::string | toMsg () |
| 获取带错误码的异常描述 More...
|
|
|
int | err_code_ |
|
std::string | message_ |
|
◆ errCode()
int wonxai::WXException::errCode |
( |
| ) |
const |
◆ toMsg()
std::string wonxai::WXException::toMsg |
( |
| ) |
|
◆ what()
const char * wonxai::WXException::what |
( |
| ) |
const |
|
overridenoexcept |
The documentation for this class was generated from the following file: