#include <ClientException.h>
|
| | ClientException (uint64_t code, const std::string &message, uint64_t line=0, const std::string &filename="") |
| |
| | ClientException (ClientException &cause, uint64_t code, const std::string &message, uint64_t line=0, const std::string &filename="") |
| |
| | ClientException (std::exception &cause, uint64_t code, const std::string &message, uint64_t line=0, const std::string &filename="") |
| |
| | CommonException (uint64_t code, const std::string &message, uint64_t line=0, const std::string &filename="") |
| |
| | CommonException (CommonException &cause, uint64_t code, const std::string &message, uint64_t line=0, const std::string &filename="") |
| |
| | CommonException (std::exception &cause, uint64_t code, const std::string &message, uint64_t line=0, const std::string &filename="") |
| |
| | ~CommonException () override=default |
| |
| | CommonException (const CommonException &)=default |
| |
| CommonException & | operator= (const CommonException &)=default |
| |
| | CommonException (CommonException &&) noexcept=default |
| |
| CommonException & | operator= (CommonException &&) noexcept=default |
| |
| std::string | getStackTrace () const |
| |
| uint64_t | getCode () const |
| |
| std::string | getMessage () const |
| |
| char const * | what () const ALS_EXCEPTION_NOEXCEPT override |
| |
客户端异常
- 自从
- 0.1.0
在文件 ClientException.h 第 30 行定义.
◆ ClientException() [1/3]
| ALSON::ClientException::ClientException |
( |
uint64_t | code, |
|
|
const std::string & | message, |
|
|
uint64_t | line = 0, |
|
|
const std::string & | filename = "" ) |
|
inline |
◆ ClientException() [2/3]
| ALSON::ClientException::ClientException |
( |
ClientException & | cause, |
|
|
uint64_t | code, |
|
|
const std::string & | message, |
|
|
uint64_t | line = 0, |
|
|
const std::string & | filename = "" ) |
|
inline |
◆ ClientException() [3/3]
| ALSON::ClientException::ClientException |
( |
std::exception & | cause, |
|
|
uint64_t | code, |
|
|
const std::string & | message, |
|
|
uint64_t | line = 0, |
|
|
const std::string & | filename = "" ) |
|
inline |