0.4.3
首页
相关页面
专题
命名空间
类
文件
文件列表
文件成员
alson
alson
communication_client
ClientException.h
浏览该文件的文档.
1
//
2
// Created by ALSON08 on 2022/6/28.
3
//
4
5
#ifndef ALSON_COMMUNICATION_CLIENT_CLIENT_EXCEPTION_H
6
#define ALSON_COMMUNICATION_CLIENT_CLIENT_EXCEPTION_H
7
8
9
// std
10
#include <string>
11
12
// alson
13
#include <
alson/communication_client/client_header.h
>
14
15
16
namespace
ALSON
{
17
18
30
class
ALSON_API
ClientException
:
public
CommonException
{
31
32
public
:
33
ClientException
(uint64_t code,
const
std::string& message, uint64_t line = 0,
const
std::string& filename =
""
)
34
:
CommonException
(code, message, line, filename) {}
35
ClientException
(
ClientException
& cause, uint64_t code,
const
std::string& message, uint64_t line = 0,
const
std::string& filename =
""
)
36
:
CommonException
(cause, code, message, line, filename) {}
37
ClientException
(std::exception& cause, uint64_t code,
const
std::string& message, uint64_t line = 0,
const
std::string& filename =
""
)
38
:
CommonException
(cause, code, message, line, filename) {}
39
};
40
41
42
}
// namespace ALSON
43
44
45
#endif
// !ALSON_COMMUNICATION_CLIENT_CLIENT_EXCEPTION_H
ALSON::ClientException
定义
ClientException.h:30
ALSON::ClientException::ClientException
ClientException(std::exception &cause, uint64_t code, const std::string &message, uint64_t line=0, const std::string &filename="")
定义
ClientException.h:37
ALSON::ClientException::ClientException
ClientException(ClientException &cause, uint64_t code, const std::string &message, uint64_t line=0, const std::string &filename="")
定义
ClientException.h:35
ALSON::ClientException::ClientException
ClientException(uint64_t code, const std::string &message, uint64_t line=0, const std::string &filename="")
定义
ClientException.h:33
ALSON::CommonException
定义
CommonException.h:71
client_header.h
ALSON_API
#define ALSON_API
定义
export.h:18
ALSON
定义
AlsonMat.h:99
My Custom Doxygen Footer
Data Processing Programmer's Guide 0.4.3
Copyright © 2014-2024 Henan Alson Intelligent Technology Co, Ltd
河南埃尔森智能科技有限公司
版权所有 豫ICP备15002212号