CMS 3D CMS Logo

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

#include <ECALParserException.h>

Public Member Functions

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

Protected Attributes

std::string info_
 

Detailed Description

Definition at line 10 of file ECALParserException.h.

Constructor & Destructor Documentation

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

Constructor

Definition at line 15 of file ECALParserException.h.

References info_.

15 { info_ = exceptionInfo_; }

Member Function Documentation

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

Exception's discription

Definition at line 20 of file ECALParserException.h.

References info_.

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

20 { return info_.c_str(); }

Member Data Documentation

std::string ECALTBParserException::info_
protected

Definition at line 23 of file ECALParserException.h.

Referenced by ECALTBParserException(), and what().