CMS 3D CMS Logo

ECALParserException.h
Go to the documentation of this file.
1 // Date : 30/05/2005
2 // Author : N.Almeida (LIP)
3 
4 #ifndef ECALTBPARSEREXCEPTION_H
5 #define ECALTBPARSEREXCEPTION_H
6 
7 #include <iostream>
8 #include <string>
9 
11 public:
15  ECALTBParserException(std::string exceptionInfo_) { info_ = exceptionInfo_; }
16 
20  const char* what() const throw() { return info_.c_str(); }
21 
22 protected:
24 };
25 
26 #endif
ECALTBParserException
Definition: ECALParserException.h:10
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
ECALTBParserException::what
const char * what() const
Definition: ECALParserException.h:20
ECALTBParserException::info_
std::string info_
Definition: ECALParserException.h:23
ECALTBParserException::ECALTBParserException
ECALTBParserException(std::string exceptionInfo_)
Definition: ECALParserException.h:15
ALCARECOPromptCalibProdSiPixelAli0T_cff.throw
throw
Definition: ALCARECOPromptCalibProdSiPixelAli0T_cff.py:9