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
std::string what() const
ECALUnpackerException(std::string a)
ECALUnpackerException(std::ostringstream a)
double a
Definition: hdecay.h:121