#include <class.hpp>
|
| | BadReqExp (const std::string &what, const std::string &reason) noexcept |
| |
| virtual | ~BadReqExp () 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 &reason) noexcept |
| |
Bad Reqular Expression
Definition at line 162 of file class.hpp.
◆ BadReqExp()
| dunedaq::oks::BadReqExp::BadReqExp |
( |
const std::string & | what, |
|
|
const std::string & | reason ) |
|
inlinenoexcept |
Definition at line 166 of file class.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
◆ ~BadReqExp()
| virtual dunedaq::oks::BadReqExp::~BadReqExp |
( |
| ) |
|
|
inlinevirtualnoexcept |
◆ fill()
| std::string dunedaq::oks::BadReqExp::fill |
( |
const std::string & | what, |
|
|
const std::string & | reason ) |
|
staticprivatenoexcept |
Definition at line 45 of file query.cpp.
46 {
47 return std::string(
"failed to create reqular expression \"") +
what +
"\": " +
reason;
48 }
std::string const reason(ers::Issue const &)
The documentation for this class was generated from the following files:
- /github/workspace/dunedaq/sourcecode/oks/include/oks/class.hpp
- /github/workspace/dunedaq/sourcecode/oks/src/query.cpp