CMS 3D CMS Logo

DetLayerException.h
Go to the documentation of this file.
1 #ifndef DetLayers_DetLayerException_h
2 #define DetLayers_DetLayerException_h
3 
11 
12 #include <exception>
13 #include <string>
14 
16 public:
18  ~DetLayerException() throw() override {}
19 
20 private:
21 };
22 
23 #endif
Common base class.
~DetLayerException() override
std::string message() const
Definition: Exception.cc:149
DetLayerException(const std::string &message)