DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Failed to set active file. More...
#include <kernel.hpp>
Public Member Functions | |
CanNotSetActiveFile (const char *item, const std::string &name, const exception &reason) noexcept | |
CanNotSetActiveFile (const char *item, const std::string &name, const std::string &reason) noexcept | |
virtual | ~CanNotSetActiveFile () 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 *item, const std::string &name, const std::string &reason) noexcept |
Failed to set active file.
Such exception is thrown when OKS cannot successfully set active schema or data file.
Definition at line 250 of file kernel.hpp.
|
inlinenoexcept |
The constructor gets reason from nested oks exception.
Definition at line 255 of file kernel.hpp.
|
inlinenoexcept |
The constructor gets reason from non-oks exception.
Definition at line 258 of file kernel.hpp.
|
inlinevirtualnoexcept |
Definition at line 260 of file kernel.hpp.
|
staticprivatenoexcept |