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 
8 #include <string>
9 
11 
13 public:
14  VertexException() : cms::Exception("VertexException") {}
15  explicit VertexException(const std::string& message) : cms::Exception("VertexException", message) {}
16 };
17 
18 #endif
Common base class.
std::string message() const
Definition: Exception.cc:149
VertexException(const std::string &message)
Namespace of DDCMS conversion namespace.