CMS 3D CMS Logo

ECALTBParserException Class Reference

#include <EventFilter/EcalTBRawToDigi/src/ECALParserException.h>

List of all members.

Public Member Functions

 ECALTBParserException (std::string exceptionInfo_)
 Constructor.
const char * what () const throw ()
 Exception's discription.

Protected Attributes

std::string info_


Detailed Description

Definition at line 12 of file ECALParserException.h.


Constructor & Destructor Documentation

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

Constructor.

Definition at line 18 of file ECALParserException.h.

References info_.

00018 { info_ = exceptionInfo_; }


Member Function Documentation

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

Exception's discription.

Definition at line 24 of file ECALParserException.h.

References info_.

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

00024 {       return info_.c_str();}


Member Data Documentation

std::string ECALTBParserException::info_ [protected]

Definition at line 28 of file ECALParserException.h.

Referenced by ECALTBParserException(), and what().


The documentation for this class was generated from the following file:
Generated on Tue Jun 9 18:19:57 2009 for CMSSW by  doxygen 1.5.4