DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <object.hpp>
Public Member Functions | |
ObjectBindError (const OksObject *obj, const OksData *data, const OksRelationship *rel, bool is_error, const std::string &why, const exception &reason) noexcept | |
ObjectBindError (const OksObject *obj, const OksData *data, const OksRelationship *rel, bool is_error, const std::string &why, const std::string &reason) noexcept | |
virtual | ~ObjectBindError () noexcept |
![]() | |
exception (const std::string &what_arg, int level_arg) noexcept | |
virtual | ~exception () noexcept |
int | level () const noexcept |
virtual const char * | what () const noexcept |
Public Attributes | |
const OksData * | p_data |
const OksRelationship * | p_rel |
bool | p_is_error |
Private Member Functions | |
std::string | fill (const OksObject *obj, const OksRelationship *rel, const std::string &why, const std::string &reason) |
Failed to init object.
Definition at line 286 of file object.hpp.
|
inlinenoexcept |
Get reason from nested oks exception.
Definition at line 291 of file object.hpp.
|
inlinenoexcept |
Get reason from nested non-oks exception.
Definition at line 296 of file object.hpp.
|
inlinevirtualnoexcept |
Definition at line 300 of file object.hpp.
|
private |
Definition at line 125 of file object.cpp.
const OksData* dunedaq::oks::ObjectBindError::p_data |
Definition at line 302 of file object.hpp.
bool dunedaq::oks::ObjectBindError::p_is_error |
Definition at line 304 of file object.hpp.
const OksRelationship* dunedaq::oks::ObjectBindError::p_rel |
Definition at line 303 of file object.hpp.