#include <NoDataException.h>
Public Member Functions | |
const DataKey & | dataKey () const |
NoDataExceptionBase (const EventSetupRecordKey &iRecordKey, const DataKey &iDataKey, const char *category_name="NoDataException") | |
~NoDataExceptionBase () noexcept override | |
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 () |
void | setContext (std::list< std::string > const &context) |
void | swap (Exception &other) |
char const * | what () const noexcept override |
~Exception () noexcept override | |
Protected Member Functions | |
void | constructMessage (const char *iClassName, const std::string &iExtraInfo) |
Static Protected Member Functions | |
static std::string | noProviderMessage () |
static std::string | providerButNoDataMessage (const EventSetupRecordKey &iKey) |
Private Member Functions | |
void | beginDataTypeMessage (std::string &) const |
void | endDataTypeMessage (std::string &) const |
Private Attributes | |
DataKey | dataKey_ |
EventSetupRecordKey | record_ |
Definition at line 78 of file NoDataException.h.
edm::eventsetup::NoDataExceptionBase::NoDataExceptionBase | ( | const EventSetupRecordKey & | iRecordKey, |
const DataKey & | iDataKey, | ||
const char * | category_name = "NoDataException" |
||
) |
Definition at line 6 of file NoDataException.cc.
|
overridenoexcept |
Definition at line 11 of file NoDataException.cc.
|
private |
Definition at line 25 of file NoDataException.cc.
References AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by constructMessage().
|
protected |
Definition at line 37 of file NoDataException.cc.
References cms::Exception::append(), beginDataTypeMessage(), endDataTypeMessage(), cms::Exception::message(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by edm::eventsetup::NoDataException< T >::NoDataException().
const DataKey & edm::eventsetup::NoDataExceptionBase::dataKey | ( | ) | const |
|
private |
Definition at line 29 of file NoDataException.cc.
References dataKey_, edm::eventsetup::EventSetupRecordKey::name(), edm::eventsetup::DataKey::name(), record_, and edm::eventsetup::SimpleStringTag::value().
Referenced by constructMessage().
|
staticprotected |
Definition at line 21 of file NoDataException.cc.
References AlCaHLTBitMon_QueryRunRegistry::string.
|
staticprotected |
Definition at line 15 of file NoDataException.cc.
References edm::eventsetup::EventSetupRecordKey::name(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by edm::eventsetup::NoDataException< T >::NoDataException().
|
private |
Definition at line 101 of file NoDataException.h.
Referenced by dataKey(), and endDataTypeMessage().
|
private |
Definition at line 100 of file NoDataException.h.
Referenced by endDataTypeMessage().