CMS 3D CMS Logo

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() [1/2]

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

Constructor

Definition at line 18 of file ECALUnpackerException.h.

18 { info_=a.str(); }

References a, and info_.

◆ ECALUnpackerException() [2/2]

ECALUnpackerException::ECALUnpackerException ( std::string  a)
inline

Definition at line 20 of file ECALUnpackerException.h.

20 {info_=a;}

References a, and info_.

Member Function Documentation

◆ what()

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

Exception's discription

Definition at line 24 of file ECALUnpackerException.h.

24 { return info_;}

References info_.

Member Data Documentation

◆ info_

std::string ECALUnpackerException::info_
protected

Definition at line 28 of file ECALUnpackerException.h.

Referenced by ECALUnpackerException(), and what().

a
double a
Definition: hdecay.h:119
ECALUnpackerException::info_
std::string info_
Definition: ECALUnpackerException.h:28