ifw-daq  3.0.0-pre2
IFW Data Acquisition modules
Public Member Functions | Public Attributes | List of all members
daq::DaqSourceError Class Reference

Represents error in single source. More...

#include <error.hpp>

+ Inheritance diagram for daq::DaqSourceError:

Public Member Functions

 DaqSourceError (std::string request, std::string source, std::string message)
 
char const * what () const noexcept override
 

Public Attributes

std::string m_request
 
std::string m_source
 
std::string m_message
 
std::string m_formatted
 

Detailed Description

Represents error in single source.

Definition at line 67 of file error.hpp.

Constructor & Destructor Documentation

◆ DaqSourceError()

daq::DaqSourceError::DaqSourceError ( std::string  request,
std::string  source,
std::string  message 
)

Definition at line 32 of file error.cpp.

Member Function Documentation

◆ what()

char const * daq::DaqSourceError::what ( ) const
overridenoexcept

Definition at line 38 of file error.cpp.

Member Data Documentation

◆ m_formatted

std::string daq::DaqSourceError::m_formatted

Definition at line 76 of file error.hpp.

◆ m_message

std::string daq::DaqSourceError::m_message

Definition at line 75 of file error.hpp.

◆ m_request

std::string daq::DaqSourceError::m_request

Definition at line 73 of file error.hpp.

◆ m_source

std::string daq::DaqSourceError::m_source

Definition at line 74 of file error.hpp.


The documentation for this class was generated from the following files: