DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <object.hpp>
Public Member Functions | |
ObjectGetError (const OksObject *obj, bool is_rel, const std::string &name, const exception &reason) noexcept | |
ObjectGetError (const OksObject *obj, bool is_rel, const std::string &name, const std::string &reason) noexcept | |
virtual | ~ObjectGetError () 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 *obj, bool is_rel, const std::string &name, const std::string &reason) |
Failed to get attribute or relationship value.
Definition at line 241 of file object.hpp.
|
inlinenoexcept |
Get reason from nested oks exception.
Definition at line 246 of file object.hpp.
|
inlinenoexcept |
Get reason from nested non-oks exception.
Definition at line 249 of file object.hpp.
|
inlinevirtualnoexcept |
Definition at line 251 of file object.hpp.
|
staticprivate |
Definition at line 101 of file object.cpp.