Main Page
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
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
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
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
_
a
d
e
f
l
m
o
p
s
t
u
v
Related 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
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
RecoVertex
VertexPrimitives
interface
VertexException.h
Go to the documentation of this file.
1
4
#ifndef Vertex_Exceptions_H
5
#define Vertex_Exceptions_H
6
7
#include "
FWCore/Utilities/interface/Exception.h
"
8
#include <string>
9
11
12
class
VertexException
:
public
cms::Exception
{
13
public
:
14
VertexException
()
throw
() :
cms
::
Exception
("
VertexException
") {}
15
VertexException
(
const
std::string
&
message
)
throw
() :
cms::Exception
(
"VertexException"
),
theMessage
(
message
) {}
16
~VertexException
()
throw
()
override
{}
17
const
char
*
what
()
const
throw
()
override
{
return
theMessage
.c_str(); }
18
19
private
:
20
std::string
theMessage
;
21
};
22
23
#endif
VertexException
Common base class.
Definition:
VertexException.h:12
cms::Exception::message
std::string message() const
Definition:
Exception.cc:145
VertexException::theMessage
std::string theMessage
Definition:
VertexException.h:20
VertexException::~VertexException
~VertexException() override
Definition:
VertexException.h:16
VertexException::what
const char * what() const override
Definition:
VertexException.h:17
VertexException::VertexException
VertexException(const std::string &message)
Definition:
VertexException.h:15
VertexException::VertexException
VertexException()
Definition:
VertexException.h:14
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
Exception
Exception
Definition:
hltDiff.cc:246
Exception.h
ALCARECOPromptCalibProdSiPixelAli0T_cff.throw
throw
Definition:
ALCARECOPromptCalibProdSiPixelAli0T_cff.py:9
cms::Exception
Definition:
Exception.h:70
cms
Namespace of DDCMS conversion namespace.
Definition:
ProducerAnalyzer.cc:21
Generated for CMSSW Reference Manual by
1.8.16