src
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
() :
cms
::
Exception
(
"VertexException"
) {}
15
explicit
VertexException
(
const
std::string
&
message
) :
cms
::
Exception
(
"VertexException"
,
message
) {}
16
};
17
18
#endif
VertexException
Common base class.
Definition:
VertexException.h:12
VertexException::VertexException
VertexException()
Definition:
VertexException.h:14
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
cms::Exception::message
std::string message() const
Definition:
Exception.cc:149
VertexException::VertexException
VertexException(const std::string &message)
Definition:
VertexException.h:15
cms
Namespace of DDCMS conversion namespace.
Definition:
ProducerAnalyzer.cc:41
Exception.h
cms::Exception
Definition:
Exception.h:71
Exception
Generated for CMSSW Reference Manual by
1.8.14