CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DetLayerException.h
Go to the documentation of this file.
1 #ifndef DetLayers_DetLayerException_h
2 #define DetLayers_DetLayerException_h
3 
13 
14 #include <exception>
15 #include <string>
16 
18 public:
19  DetLayerException( const std::string& message) throw() : cms::Exception(message) {}
20  virtual ~DetLayerException() throw() {}
21 private:
22 };
23 
24 #endif
Common base class.
DetLayerException(const std::string &message)
virtual ~DetLayerException()
string message
Definition: argparse.py:126