CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Protected Attributes
ECALUnpackerException Class Reference

#include <ECALUnpackerException.h>

Public Member Functions

 ECALUnpackerException (std::ostringstream a)
 
 ECALUnpackerException (std::string a)
 
std::string what () const throw ()
 

Protected Attributes

std::string info_
 

Detailed Description

Definition at line 12 of file ECALUnpackerException.h.

Constructor & Destructor Documentation

ECALUnpackerException::ECALUnpackerException ( std::ostringstream  a)
inline

Constructor

Definition at line 18 of file ECALUnpackerException.h.

References info_.

18 { info_=a.str(); }
double a
Definition: hdecay.h:121
ECALUnpackerException::ECALUnpackerException ( std::string  a)
inline

Definition at line 20 of file ECALUnpackerException.h.

References a, and info_.

20 {info_=a;}
double a
Definition: hdecay.h:121

Member Function Documentation

std::string ECALUnpackerException::what ( ) const
throw (
)
inline

Exception's discription

Definition at line 24 of file ECALUnpackerException.h.

References info_.

24 { return info_;}

Member Data Documentation

std::string ECALUnpackerException::info_
protected

Definition at line 28 of file ECALUnpackerException.h.

Referenced by ECALUnpackerException(), and what().