|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <object.hpp>
Public Member Functions | |
| ObjectInitError (const OksObject *obj, const std::string &why, const exception &reason) noexcept | |
| ObjectInitError (const OksObject *obj, const std::string &why, const std::string &reason) noexcept | |
| virtual | ~ObjectInitError () 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 OksObject *obj, const std::string &why, const std::string &reason) |
Failed to init object.
Definition at line 263 of file object.hpp.
|
inlinenoexcept |
Get reason from nested oks exception.
Definition at line 268 of file object.hpp.
|
inlinenoexcept |
Get reason from nested non-oks exception.
Definition at line 271 of file object.hpp.
|
inlinevirtualnoexcept |
Definition at line 273 of file object.hpp.
|
staticprivate |
Definition at line 117 of file object.cpp.