CMS 3D CMS Logo

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 
13 public:
15  VertexException(const std::string& message) throw() : theMessage(message) {}
16  ~VertexException() throw() override {}
17  const char* what() const throw() override { return theMessage.c_str(); }
18 
19 private:
21 };
22 
23 #endif
VertexException
Common base class.
Definition: VertexException.h:12
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
cppFunctionSkipper.exception
exception
Definition: cppFunctionSkipper.py:10
ALCARECOPromptCalibProdSiPixelAli0T_cff.throw
throw
Definition: ALCARECOPromptCalibProdSiPixelAli0T_cff.py:9