Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace 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
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
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
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File 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
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Event
ByteStreamCnvSvcBase
ByteStreamCnvSvcBase
ByteStreamExceptions.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef BYTESTREAMCNVSVC_BYTESTREAMEXCEPTIONS_H
6
#define BYTESTREAMCNVSVC_BYTESTREAMEXCEPTIONS_H
7
11
// EXCEPTIONS
12
namespace
ByteStreamExceptions
13
{
14
class
fileAccessError
15
{
16
virtual
const
char
*
what
()
const
throw() {
17
return
"Problem accessing file"
;
18
}
19
};
20
class
readError
21
{
22
virtual
const
char
*
what
()
const
throw() {
23
return
"Problem during DataReader getData"
;
24
}
25
};
26
class
badFragment
27
{
28
virtual
const
char
*
what
()
const
throw() {
29
return
"Unable to build RawEvent, fragment does not match known formats."
;
30
}
31
};
32
class
badFragmentData
33
{
34
virtual
const
char
*
what
()
const
throw() {
35
return
"RawEvent does not pass validation"
;
36
}
37
};
38
}
39
#endif
ByteStreamExceptions::readError::what
virtual const char * what() const
Definition:
ByteStreamExceptions.h:22
ByteStreamExceptions::readError
Definition:
ByteStreamExceptions.h:21
ByteStreamExceptions::badFragmentData::what
virtual const char * what() const
Definition:
ByteStreamExceptions.h:34
ByteStreamExceptions::fileAccessError::what
virtual const char * what() const
Definition:
ByteStreamExceptions.h:16
ByteStreamExceptions::badFragmentData
Definition:
ByteStreamExceptions.h:33
ByteStreamExceptions::fileAccessError
Definition:
ByteStreamExceptions.h:15
ByteStreamExceptions::badFragment
Definition:
ByteStreamExceptions.h:27
ByteStreamExceptions::badFragment::what
virtual const char * what() const
Definition:
ByteStreamExceptions.h:28
ByteStreamExceptions
Definition:
ByteStreamExceptions.h:13
Generated on Tue Apr 22 2025 21:07:52 for ATLAS Offline Software by
1.8.18