CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DDException.h
Go to the documentation of this file.
1 #ifndef DDException_h
2 #define DDException_h
3 
4 // #include<iostream>
6 
8 
23 class DDException : public cms::Exception
24 {
25  public:
27  explicit DDException(const std::string & s);
28  DDException();
29  DDException(const DDException& dde);
30 
31  ~DDException() throw();
32 
34  std::string message() const;
35 
36  private:
37 
38 };
39 
40 #endif
An exception for DDD errors.
Definition: DDException.h:23
std::string message() const
other methods just for this to work with DDException legacy...
string s
Definition: asciidump.py:422