DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Failed move item to file. More...
#include <kernel.hpp>
Public Member Functions | |
CanNotSetFile (const OksClass *c, const OksObject *o, const OksFile &file, const exception &reason) noexcept | |
CanNotSetFile (const OksClass *c, const OksObject *o, const OksFile &file, const std::string &reason) noexcept | |
virtual | ~CanNotSetFile () 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 OksClass *c, const OksObject *o, const OksFile &file, const std::string &reason) noexcept |
Failed move item to file.
Such exception is thrown when OKS cannot move class or object to a new file.
Definition at line 276 of file kernel.hpp.
|
inlinenoexcept |
The constructor gets reason from nested oks exception.
Definition at line 281 of file kernel.hpp.
|
inlinenoexcept |
The constructor gets reason from non-oks exception.
Definition at line 284 of file kernel.hpp.
|
inlinevirtualnoexcept |
Definition at line 286 of file kernel.hpp.
|
staticprivatenoexcept |