|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <object.hpp>
Public Member Functions | |
| FailedRenameObject (const OksObject *o, const exception &reason) noexcept | |
| FailedRenameObject (const OksObject *o, const std::string &reason) noexcept | |
| virtual | ~FailedRenameObject () 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 *o, const std::string &reason) |
Failed to rename an object.
Definition at line 127 of file object.hpp.
|
inlinenoexcept |
Get reason from nested oks exception.
Definition at line 132 of file object.hpp.
|
inlinenoexcept |
Get reason from nested non-oks exception.
Definition at line 135 of file object.hpp.
|
inlinevirtualnoexcept |
Definition at line 137 of file object.hpp.
|
staticprivate |
Definition at line 77 of file object.cpp.