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