DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Cannot re-load files. More...
#include <kernel.hpp>
Public Member Functions | |
FailedReloadFile (const std::string &names, const exception &reason) noexcept | |
FailedReloadFile (const std::string &names, const std::string &reason) noexcept | |
virtual | ~FailedReloadFile () 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 &names, const std::string &reason) noexcept |
Cannot re-load files.
Such exception is thrown when OKS cannot re-load files.
Definition at line 82 of file kernel.hpp.
|
inlinenoexcept |
The constructor gets reason from nested oks exception.
Definition at line 87 of file kernel.hpp.
|
inlinenoexcept |
The constructor gets reason from non-oks exception.
Definition at line 90 of file kernel.hpp.
|
inlinevirtualnoexcept |
Definition at line 92 of file kernel.hpp.
|
staticprivatenoexcept |