#include <xml.hpp>
|
| FailedSave (const std::string &what, const std::string &name, const exception &reason) noexcept |
|
| FailedSave (const std::string &what, const std::string &name, const std::string &reason) noexcept |
|
virtual | ~FailedSave () noexcept |
|
| exception (const std::string &what_arg, int level_arg) noexcept |
|
virtual | ~exception () noexcept |
|
int | level () const noexcept |
|
virtual const char * | what () const noexcept |
|
|
static std::string | fill (const std::string &what, const std::string &name, const std::string &reason) noexcept |
|
Failed to save a value.
Definition at line 71 of file xml.hpp.
◆ FailedSave() [1/2]
dunedaq::oks::FailedSave::FailedSave |
( |
const std::string & | what, |
|
|
const std::string & | name, |
|
|
const exception & | reason ) |
|
inlinenoexcept |
Get reason from nested oks exception.
Definition at line 76 of file xml.hpp.
static std::string fill(const std::string &what, const std::string &name, const std::string &reason) noexcept
virtual const char * what() const noexcept
caught dunedaq::conffwk::Exception exception
std::string const reason(ers::Issue const &)
◆ FailedSave() [2/2]
dunedaq::oks::FailedSave::FailedSave |
( |
const std::string & | what, |
|
|
const std::string & | name, |
|
|
const std::string & | reason ) |
|
inlinenoexcept |
Get reason from nested non-oks exception.
Definition at line 79 of file xml.hpp.
◆ ~FailedSave()
virtual dunedaq::oks::FailedSave::~FailedSave |
( |
| ) |
|
|
inlinevirtualnoexcept |
◆ fill()
std::string dunedaq::oks::FailedSave::fill |
( |
const std::string & | what, |
|
|
const std::string & | name, |
|
|
const std::string & | reason ) |
|
staticprivatenoexcept |
Definition at line 66 of file xml.cpp.
67 {
68 return (std::string("Failed to save ") + item + " \'" + name + "\'\n" + reason);
69 }
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