CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DDException.cc
Go to the documentation of this file.
2 
3 // "regular" constructor
4 DDException::DDException(const std::string & s) : cms::Exception("DetectorDescriptionFault", s) { }
5 
6 // default
7 DDException::DDException() : cms::Exception("DetectorDescriptionFault") { }
8 
9 // copy constructor
11 
13 
An exception for DDD errors.
Definition: DDException.h:23
string s
Definition: asciidump.py:422