#include <xml.hpp>
|
static std::string | fill (const std::string &what, const std::string &reason) noexcept |
|
Failed to read a value.
Definition at line 49 of file xml.hpp.
◆ FailedRead() [1/2]
dunedaq::oks::FailedRead::FailedRead |
( |
const std::string & | what, |
|
|
const exception & | reason ) |
|
inlinenoexcept |
Get reason from nested oks exception.
Definition at line 54 of file xml.hpp.
static std::string fill(const std::string &what, const std::string &reason) noexcept
virtual const char * what() const noexcept
caught dunedaq::conffwk::Exception exception
std::string const reason(ers::Issue const &)
◆ FailedRead() [2/2]
dunedaq::oks::FailedRead::FailedRead |
( |
const std::string & | what, |
|
|
const std::string & | reason ) |
|
inlinenoexcept |
Get reason from nested non-oks exception.
Definition at line 57 of file xml.hpp.
◆ ~FailedRead()
virtual dunedaq::oks::FailedRead::~FailedRead |
( |
| ) |
|
|
inlinevirtualnoexcept |
◆ fill()
std::string dunedaq::oks::FailedRead::fill |
( |
const std::string & | what, |
|
|
const std::string & | reason ) |
|
staticprivatenoexcept |
Definition at line 60 of file xml.cpp.
61 {
62 return (std::string("Failed to read \'") + item + "\'\n" + reason);
63 }
The documentation for this class was generated from the following files:
- /github/workspace/dunedaq/sourcecode/oks/include/oks/xml.hpp
- /github/workspace/dunedaq/sourcecode/oks/src/xml.cpp