ifw-daq
3.0.0-pre2
IFW Data Acquisition modules
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Functions
a
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
w
Variables
_
a
c
e
h
i
k
l
m
n
p
r
s
t
v
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
h
i
j
k
l
m
n
o
p
r
s
t
v
w
Typedefs
a
c
d
e
h
m
p
r
s
t
v
Enumerations
Enumerator
Related Functions
Files
File List
File Members
All
a
b
c
d
e
g
j
m
o
p
s
t
Functions
a
c
e
m
o
p
s
t
Variables
Typedefs
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
common
libjson
src
include
daq
json
schemaError.hpp
Go to the documentation of this file.
1
/**
2
* @file
3
* @ingroup daq_libjson
4
* @copyright
5
* (c) Copyright ESO 2022
6
* All Rights Reserved
7
* ESO (eso.org) is an Intergovernmental Organisation, and therefore special legal conditions apply.
8
*/
9
#ifndef DAQ_SCHEMAERROR_HPP
10
#define DAQ_SCHEMAERROR_HPP
11
#include <stdexcept>
12
13
namespace
daq::json
{
14
15
/**
16
* JSON Schema error
17
*/
18
struct
SchemaError
: std::invalid_argument {
19
using
std::invalid_argument::invalid_argument;
20
};
21
22
}
//namespace daq::json
23
#endif
// DAQ_SCHEMAERROR_HPP
daq::json
Definition:
commonSpecTypes.cpp:18
daq::json::SchemaError
JSON Schema error.
Definition:
schemaError.hpp:18
Generated by
1.9.1