CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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:
16  virtual ~VertexException() throw() {}
17  virtual const char* what() const throw() { return theMessage.c_str();}
18 private:
20 };
21 
22 #endif
Common base class.
virtual const char * what() const
VertexException(const std::string &message)
std::string theMessage
virtual ~VertexException()