DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <object.hpp>
Public Member Functions | |
AttributeRangeError (const OksData *d, const std::string &range) noexcept | |
virtual | ~AttributeRangeError () 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 OksData *d, const std::string &range) |
Failed to read a value since it is out of range.
Definition at line 171 of file object.hpp.
|
inlinenoexcept |
Get reason from nested non-oks exception.
Definition at line 176 of file object.hpp.
|
inlinevirtualnoexcept |
Definition at line 178 of file object.hpp.
|
staticprivate |