DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
dunedaq
sourcecode
conffwk
include
conffwk
Errors.hpp
Go to the documentation of this file.
1
7
8
#ifndef CONFFWK_ERRORS_H_
9
#define CONFFWK_ERRORS_H_
10
11
#include "
ers/Issue.hpp
"
12
#include "
logging/Logging.hpp
"
// NOTE: if ISSUES ARE DECLARED BEFORE include logging/Logging.hpp, TLOG_DEBUG<<issue wont work.
13
14
15
namespace
dunedaq
{
16
33
34
ERS_DECLARE_ISSUE_HPP
(
conffwk
, Exception, , )
35
36
37
46
47
ERS_DECLARE_ISSUE_BASE_HPP
(
48
conffwk
,
49
Generic
,
50
conffwk
::Exception,
51
,
52
,
53
((const
char
*)what)
54
)
55
56
64
65
ERS_DECLARE_ISSUE_BASE_HPP
(
66
conffwk
,
67
NotFound
,
68
conffwk
::Exception,
69
,
70
,
71
((const
char
*)
type
)
72
((const
char
*)data)
73
)
74
83
84
ERS_DECLARE_ISSUE_BASE_HPP
(
85
conffwk
,
86
DeletedObject
,
87
conffwk
::Exception,
88
,
89
,
90
((const
char
*)class_name)
91
((const
char
*)object_id)
92
)
93
94
}
95
96
#endif
ERS_DECLARE_ISSUE_HPP
#define ERS_DECLARE_ISSUE_HPP(namespace_name, class_name, message, attributes)
Definition
IssueDeclarationMacro.hpp:138
ERS_DECLARE_ISSUE_BASE_HPP
#define ERS_DECLARE_ISSUE_BASE_HPP(namespace_name, class_name, base_class_name, message, base_attributes, attributes)
Definition
IssueDeclarationMacro.hpp:132
Issue.hpp
type
type
Definition
TriggerActivity_serialization.hpp:48
Generic
Generic configuration exception.
Logging.hpp
conffwk
Definition
__init__.py:1
dunedaq::conffwk
Definition
ConfigurationHelper.hpp:23
dunedaq
Including Qt Headers.
Definition
OksConfigObject.hpp:13
dunedaq::DeletedObject
DeletedObject
Definition
Errors.hpp:86
dunedaq::NotFound
NotFound
Definition
Errors.hpp:67
Generated on
for DUNE-DAQ by
1.16.1