|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <exceptions.hpp>
Public Member Functions | |
| exception (const std::string &what_arg, int level_arg) noexcept | |
| virtual | ~exception () noexcept |
| int | level () const noexcept |
| virtual const char * | what () const noexcept |
Private Attributes | |
| std::string | p_what |
| int | p_level |
Generic OKS exception.
Definition at line 18 of file exceptions.hpp.
|
noexcept |
|
inlinevirtualnoexcept |
Definition at line 30 of file exceptions.hpp.
|
inlinenoexcept |
|
inlinevirtualnoexcept |
|
private |
Definition at line 23 of file exceptions.hpp.
|
private |
Definition at line 22 of file exceptions.hpp.