#include <ECALParserException.h>
Public Member Functions | |
ECALTBParserException (std::string exceptionInfo_) | |
const char * | what () const throw () |
Protected Attributes | |
std::string | info_ |
Definition at line 12 of file ECALParserException.h.
ECALTBParserException::ECALTBParserException | ( | std::string | exceptionInfo_ | ) | [inline] |
Constructor
Definition at line 18 of file ECALParserException.h.
References info_.
{ info_ = exceptionInfo_; }
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().
{ return info_.c_str();}
std::string ECALTBParserException::info_ [protected] |
Definition at line 28 of file ECALParserException.h.
Referenced by ECALTBParserException(), and what().