CMS 3D CMS Logo

Public Member Functions | Protected Attributes

ECALTBParserBlockException Class Reference

#include <ECALParserBlockException.h>

List of all members.

Public Member Functions

 ECALTBParserBlockException (std::string exceptionInfo_)
const char * what () const throw ()

Protected Attributes

std::string info_

Detailed Description

Definition at line 12 of file ECALParserBlockException.h.


Constructor & Destructor Documentation

ECALTBParserBlockException::ECALTBParserBlockException ( std::string  exceptionInfo_) [inline]

Constructor

Definition at line 18 of file ECALParserBlockException.h.

References info_.

{info_ = exceptionInfo_; }

Member Function Documentation

const char* ECALTBParserBlockException::what ( ) const throw () [inline]

Exception's discription

Definition at line 24 of file ECALParserBlockException.h.

References info_.

Referenced by DCCTBEventBlock::DCCTBEventBlock(), EcalDCCTB07UnpackingModule::produce(), and EcalDCCTBUnpackingModule::produce().

{       return info_.c_str();}

Member Data Documentation

std::string ECALTBParserBlockException::info_ [protected]

Definition at line 28 of file ECALParserBlockException.h.

Referenced by ECALTBParserBlockException(), and what().