Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
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 <exception>
8
#include <string>
9
11
12
class
VertexException
:
public
std::exception
{
13
public
:
14
VertexException
()
throw
() {}
15
VertexException
(
const
std::string
&
message
)
throw
() :
theMessage
(
message
) {}
16
virtual
~VertexException
()
throw
() {}
17
virtual
const
char
*
what
()
const
throw
() {
return
theMessage
.c_str();}
18
private
:
19
std::string
theMessage
;
20
};
21
22
#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:255
cppFunctionSkipper.exception
string exception
Definition:
cppFunctionSkipper.py:8
VertexException::what
virtual const char * what() const
Definition:
VertexException.h:17
VertexException::VertexException
VertexException(const std::string &message)
Definition:
VertexException.h:15
VertexException::theMessage
std::string theMessage
Definition:
VertexException.h:19
VertexException::~VertexException
virtual ~VertexException()
Definition:
VertexException.h:16
python.rootplot.argparse.message
string message
Definition:
argparse.py:130
CommPDSkim_cfg.throw
tuple throw
Definition:
CommPDSkim_cfg.py:101
Generated for CMSSW Reference Manual by
1.8.5