DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <object.hpp>
Public Member Functions | |
FailedReadObject (const OksObject *o, const std::string &what, const exception &reason) noexcept | |
FailedReadObject (const OksObject *o, const std::string &what, const std::string &reason) noexcept | |
virtual | ~FailedReadObject () 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 Private Member Functions | |
static std::string | fill (const OksObject *o, const std::string &what, const std::string &reason) |
Failed to read an object.
Definition at line 84 of file object.hpp.
|
inlinenoexcept |
Get reason from nested oks exception.
Definition at line 89 of file object.hpp.
|
inlinenoexcept |
Get reason from nested non-oks exception.
Definition at line 92 of file object.hpp.
|
inlinevirtualnoexcept |
Definition at line 94 of file object.hpp.
|
staticprivate |
Definition at line 53 of file object.cpp.