|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Failed add new class. More...
#include <kernel.hpp>
Public Member Functions | |
| CannotAddClass (const OksClass &c, const exception &reason) noexcept | |
| CannotAddClass (const OksClass &c, const std::string &reason) noexcept | |
| virtual | ~CannotAddClass () 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 OksClass &c, const std::string &reason) noexcept |
Failed add new class.
Such exception is thrown when OKS cannot add new class.
Definition at line 302 of file kernel.hpp.
|
inlinenoexcept |
The constructor gets reason from nested oks exception.
Definition at line 307 of file kernel.hpp.
|
inlinenoexcept |
The constructor gets reason from non-oks exception.
Definition at line 310 of file kernel.hpp.
|
inlinevirtualnoexcept |
Definition at line 312 of file kernel.hpp.
|
staticprivatenoexcept |