CMS 3D CMS Logo

ECALUnpackerException.h
Go to the documentation of this file.
1 // Date : 30/05/2005
2 // Author : N.Almeida (LIP)
3 
4 #ifndef ECALUNPACKEREXCEPTION_H
5 #define ECALUNPACKEREXCEPTION_H
6 
7 #include <iostream>
8 #include <string>
9 #include <sstream>
10 
11 
13  public :
14 
18  ECALUnpackerException(std::ostringstream a){ info_=a.str(); }
19 
24  std::string what() const throw() { return info_;}
25 
26  protected :
27 
29 
30 };
31 
32 #endif
ECALUnpackerException::what
std::string what() const
Definition: ECALUnpackerException.h:24
ECALUnpackerException
Definition: ECALUnpackerException.h:12
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
a
double a
Definition: hdecay.h:119
ECALUnpackerException::ECALUnpackerException
ECALUnpackerException(std::ostringstream a)
Definition: ECALUnpackerException.h:18
ECALUnpackerException::info_
std::string info_
Definition: ECALUnpackerException.h:28
ALCARECOPromptCalibProdSiPixelAli0T_cff.throw
throw
Definition: ALCARECOPromptCalibProdSiPixelAli0T_cff.py:9
ECALUnpackerException::ECALUnpackerException
ECALUnpackerException(std::string a)
Definition: ECALUnpackerException.h:20