DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Cannot open file. More...
#include <kernel.hpp>
Public Member Functions | |
CanNotOpenFile (const char *prefix, const std::string &name, const std::string &reason) noexcept | |
virtual | ~CanNotOpenFile () 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 std::string &name, const std::string &reason) noexcept |
Cannot open file.
Such exception is thrown when OKS cannot find a file provided by user. It reports test files it tried to open.
Definition at line 135 of file kernel.hpp.
|
inlinenoexcept |
Definition at line 139 of file kernel.hpp.
|
inlinevirtualnoexcept |
Definition at line 141 of file kernel.hpp.
|
staticprivatenoexcept |