DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Failed write to file. More...
#include <kernel.hpp>
Public Member Functions | |
CanNotWriteToFile (const char *prefix, const char *item, const std::string &name, const exception &reason) noexcept | |
CanNotWriteToFile (const char *prefix, const char *item, const std::string &name, const std::string &reason) noexcept | |
virtual | ~CanNotWriteToFile () 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 *prefix, const char *item, const std::string &name, const std::string &reason) noexcept |
Failed write to file.
Such exception is thrown when OKS cannot successfully write to a file.
Definition at line 201 of file kernel.hpp.
|
inlinenoexcept |
The constructor gets reason from nested oks exception.
Definition at line 206 of file kernel.hpp.
|
inlinenoexcept |
The constructor gets reason from non-oks exception.
Definition at line 209 of file kernel.hpp.
|
inlinevirtualnoexcept |
Definition at line 211 of file kernel.hpp.
|
staticprivatenoexcept |