DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <object.hpp>
Public Member Functions | |
AttributeReadError (const char *value, const char *type, const exception &reason) noexcept | |
AttributeReadError (const char *value, const char *type, const std::string &reason) noexcept | |
AttributeReadError (const char *type, const exception &reason) noexcept | |
AttributeReadError (const char *type, const std::string &reason) noexcept | |
virtual | ~AttributeReadError () 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 char *value, const char *type, const std::string &reason) |
static std::string | fill (const char *type, const std::string &reason) |
Failed to read a value since it does not match to expected type.
Definition at line 190 of file object.hpp.
|
inlinenoexcept |
Get reason from nested oks exception.
Definition at line 195 of file object.hpp.
|
inlinenoexcept |
Get reason from nested non-oks exception.
Definition at line 198 of file object.hpp.
|
inlinenoexcept |
|
inlinenoexcept |
Get reason from nested non-oks exception.
Definition at line 204 of file object.hpp.
|
inlinevirtualnoexcept |
Definition at line 206 of file object.hpp.
|
staticprivate |
|
staticprivate |