DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <object.hpp>
Public Member Functions | |
ObjectSetError (const OksObject *obj, bool is_rel, const std::string &name, const exception &reason) noexcept | |
ObjectSetError (const OksObject *obj, bool is_rel, const std::string &name, const std::string &reason) noexcept | |
virtual | ~ObjectSetError () 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 set attribute or relationship value.
Definition at line 219 of file object.hpp.
|
inlinenoexcept |
Get reason from nested oks exception.
Definition at line 224 of file object.hpp.
|
inlinenoexcept |
Get reason from nested non-oks exception.
Definition at line 227 of file object.hpp.
|
inlinevirtualnoexcept |
Definition at line 229 of file object.hpp.
|
staticprivate |
Definition at line 93 of file object.cpp.