CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Exception.h
Go to the documentation of this file.
1 #ifndef CondCore_TagCollection_Exception_h
2 #define CondCore_TagCollection_Exception_h
4 #include <string>
5 namespace cond{
7  public:
8  nonExistentGlobalTagInventoryException( const std::string& source ) : Exception( source+std::string(": global tag inventory does not exist") ){
9  }
11  }
12  };
13 
15  public:
16  nonExistentGlobalTagException( const std::string& source , const std::string& globaltagName ) : Exception( source+std::string(": global tag: "+globaltagName+" does not exist") ){
17  }
19  }
20  };
21 }
22 #endif
nonExistentGlobalTagInventoryException(const std::string &source)
Definition: Exception.h:8
nonExistentGlobalTagException(const std::string &source, const std::string &globaltagName)
Definition: Exception.h:16
static std::string const source
Definition: EdmProvDump.cc:42