|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Failed resolve path. More...
#include <kernel.hpp>
Public Member Functions | |
| CannotResolvePath (const std::string &path, int error_code) noexcept | |
| virtual | ~CannotResolvePath () 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 std::string &path, int error_code) noexcept |
Failed resolve path.
Such exception is thrown when OKS cannot read path.
Definition at line 345 of file kernel.hpp.
|
inlinenoexcept |
The constructor gets reason from non-oks exception.
Definition at line 350 of file kernel.hpp.
|
inlinevirtualnoexcept |
Definition at line 352 of file kernel.hpp.
|
staticprivatenoexcept |