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