Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
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
11
12
class
ECALTBParserBlockException
{
13
public
:
14
18
ECALTBParserBlockException
(
std::string
exceptionInfo_){
info_
= exceptionInfo_; }
19
20
24
const
char
*
what
()
const
throw
() {
return
info_
.c_str();}
25
26
protected
:
27
28
std::string
info_
;
29
30
};
31
32
#endif
ECALTBParserBlockException::what
const char * what() const
Definition:
ECALParserBlockException.h:24
ECALTBParserBlockException::ECALTBParserBlockException
ECALTBParserBlockException(std::string exceptionInfo_)
Definition:
ECALParserBlockException.h:18
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
ECALTBParserBlockException
Definition:
ECALParserBlockException.h:12
ECALTBParserBlockException::info_
std::string info_
Definition:
ECALParserBlockException.h:28
CommPDSkim_cfg.throw
tuple throw
Definition:
CommPDSkim_cfg.py:101
Generated for CMSSW Reference Manual by
1.8.5