|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <xml.hpp>
Public Member Functions | |
| FailedRead (const std::string &what, const exception &reason) noexcept | |
| FailedRead (const std::string &what, const std::string &reason) noexcept | |
| virtual | ~FailedRead () noexcept |
| Public Member Functions inherited from dunedaq::oks::exception | |
| exception (const std::string &what_arg, int level_arg) noexcept | |
| virtual | ~exception () noexcept |
| int | level () const noexcept |
| virtual const char * | what () const noexcept |
Static Private Member Functions | |
| static std::string | fill (const std::string &what, const std::string &reason) noexcept |
|
inlinenoexcept |
Get reason from nested oks exception.
Definition at line 59 of file xml.hpp.
|
inlinenoexcept |
|
inlinevirtualnoexcept |
|
staticprivatenoexcept |