DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Cannot load file. More...
#include <kernel.hpp>
Public Member Functions | |
FailedLoadFile (const std::string &item, const std::string &name, const exception &reason) noexcept | |
FailedLoadFile (const std::string &item, const std::string &name, const std::string &reason) noexcept | |
virtual | ~FailedLoadFile () 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 &item, const std::string &name, const std::string &reason) noexcept |
Cannot load file.
Such exception is thrown when OKS cannot load a file in case if file is readable but its content is bad.
Definition at line 56 of file kernel.hpp.
|
inlinenoexcept |
The constructor gets reason from nested oks exception.
Definition at line 61 of file kernel.hpp.
|
inlinenoexcept |
The constructor gets reason from non-oks exception.
Definition at line 64 of file kernel.hpp.
|
inlinevirtualnoexcept |
Definition at line 66 of file kernel.hpp.
|
staticprivatenoexcept |