#include <MakeDataException.h>
Public Member Functions | |
MakeDataException (const EventSetupRecordKey &, const DataKey &) | |
const char * | myMessage () const throw () |
~MakeDataException () throw () | |
Public Member Functions inherited from cms::Exception | |
void | addAdditionalInfo (std::string const &info) |
void | addAdditionalInfo (char const *info) |
void | addContext (std::string const &context) |
void | addContext (char const *context) |
std::list< std::string > const & | additionalInfo () const |
bool | alreadyPrinted () const |
void | append (Exception const &another) |
void | append (std::string const &more_information) |
void | append (char const *more_information) |
std::string const & | category () const |
void | clearAdditionalInfo () |
void | clearContext () |
void | clearMessage () |
virtual Exception * | clone () const |
std::list< std::string > const & | context () const |
Exception (std::string const &aCategory) | |
Exception (char const *aCategory) | |
Exception (std::string const &aCategory, std::string const &message) | |
Exception (char const *aCategory, std::string const &message) | |
Exception (std::string const &aCategory, char const *message) | |
Exception (char const *aCategory, char const *message) | |
Exception (std::string const &aCategory, std::string const &message, Exception const &another) | |
Exception (Exception const &other) | |
virtual std::string | explainSelf () const |
std::list< std::string > | history () const |
std::string | message () const |
Exception & | operator= (Exception const &other) |
void | raise () |
int | returnCode () const |
void | setAdditionalInfo (std::list< std::string > const &info) |
void | setAlreadyPrinted (bool value) |
void | setContext (std::list< std::string > const &context) |
void | swap (Exception &other) |
virtual char const * | what () const throw () |
virtual | ~Exception () throw () |
Static Public Member Functions | |
static std::string | standardMessage (const EventSetupRecordKey &, const DataKey &) |
Private Attributes | |
std::string | message_ |
Definition at line 45 of file MakeDataException.h.
MakeDataException::MakeDataException | ( | const EventSetupRecordKey & | iRecordKey, |
const DataKey & | iDataKey | ||
) |
Definition at line 7 of file MakeDataException.cc.
References cms::Exception::append(), and myMessage().
|
inline |
Definition at line 49 of file MakeDataException.h.
|
inline |
Definition at line 52 of file MakeDataException.h.
References message_.
Referenced by MakeDataException().
|
static |
Definition at line 15 of file MakeDataException.cc.
References edm::eventsetup::heterocontainer::HCTypeTag::name(), edm::eventsetup::DataKey::name(), AlCaHLTBitMon_QueryRunRegistry::string, edm::eventsetup::EventSetupRecordKey::type(), edm::eventsetup::DataKey::type(), and edm::eventsetup::SimpleStringTag::value().
|
private |
Definition at line 66 of file MakeDataException.h.
Referenced by myMessage().