Logo
中文版
详情联系: neusar-support@reachauto.com
ara::internal::libadaptiveplatform::OpenPipeException类 参考

打开管道时的异常类 更多...

#include <open_pipe_exception.h>

类 ara::internal::libadaptiveplatform::OpenPipeException 继承关系图:
Inheritance graph
ara::internal::libadaptiveplatform::OpenPipeException 的协作图:
Collaboration graph

Public 成员函数

 ErrnoException (int32_t const error_number) noexcept
 ErrnoException的有参构造函数 更多...
 
- Public 成员函数 继承自 ara::internal::libadaptiveplatform::ErrnoException
 ErrnoException (int32_t const error_number) noexcept
 ErrnoException的有参构造函数 更多...
 
virtual ~ErrnoException ()
 ErrnoException的析构函数 更多...
 
int32_t GetErrorNumber () const
 获取错误码 更多...
 
const std::string & GetErrorMessage () const
 获取错误码对应的错误信息 更多...
 

详细描述

打开管道时的异常类

Swsid
N/A
符合标准
no
非标原因
N/A
种类
class
符号
OpenPipeException
范围
namespace ara::internal::libadaptiveplatform
基类
ErrnoException
分类
ara
头文件
ara/exec/open_pipe_exception.h
注解
[N/A]
模板参数
N/A@uptrace{SWS_EM_02548}

在文件 第 行定义.

成员函数说明

◆ ErrnoException()

ara::internal::libadaptiveplatform::ErrnoException::ErrnoException
inlineexplicitnoexcept

ErrnoException的有参构造函数

模板参数
N/A
参数
[in][error_number]:[错误码]
[out]N/A
[in,out]N/A
返回
N/A
注解
N/A
异常
N/A
Swsid
N/A
符合标准
no
非标原因
N/A
种类
function
可见
public
线程安全
N/A
Fireandforget
N/A
错误
N/A
头文件
ara/exec/errno_exceptrion.h
异常安全
noexcept
分类
ara @uptrace{N/A}
范围
namespace ara::internal::libadaptiveplatform

在文件 第 行定义.