|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Cannot create file. More...
#include <kernel.hpp>
Public Member Functions | |
| CanNotCreateFile (const char *prefix, const char *item, const std::string &name, const exception &reason) noexcept | |
| CanNotCreateFile (const char *prefix, const char *item, const std::string &name, const std::string &reason) noexcept | |
| virtual | ~CanNotCreateFile () noexcept |
| Public Member Functions inherited from dunedaq::oks::exception | |
| 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 char *item, const std::string &name, const std::string &reason) noexcept |
Cannot create file.
Such exception is thrown when OKS cannot create a new file.
Definition at line 162 of file kernel.hpp.
|
inlinenoexcept |
Definition at line 166 of file kernel.hpp.
|
inlinenoexcept |
Definition at line 167 of file kernel.hpp.
|
inlinevirtualnoexcept |
Definition at line 169 of file kernel.hpp.
|
staticprivatenoexcept |