CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PropagationExceptions.h
Go to the documentation of this file.
1 
4 #ifndef Propagation_Exceptions_H
5 #define Propagation_Exceptions_H
6 
7 //#include <exception>
9 
10 #include <string>
11 
13 
15 public:
16  PropagationException( const std::string& message) throw() : cms::Exception(message) {}
18 private:
19 };
20 
21 #endif
PropagationException(const std::string &message)
std::string message() const
Definition: Exception.cc:187
Common base class.