#include <NoDataException.h>
Public Member Functions | |
NoDataException (const EventSetupRecordKey &iRecordKey, const DataKey &iDataKey, const char *category_name="NoDataException") | |
NoDataException (const EventSetupRecordKey &iRecordKey, const DataKey &iDataKey, const char *category_name, const std::string &iExtraInfo) | |
Public Member Functions inherited from edm::eventsetup::NoDataExceptionBase | |
const DataKey & | dataKey () const |
NoDataExceptionBase (const EventSetupRecordKey &iRecordKey, const DataKey &iDataKey, const char *category_name="NoDataException") | |
virtual | ~NoDataExceptionBase () throw () |
Public Member Functions inherited from cms::Exception | |
void | append (Exception const &another) |
void | append (std::string const &more_information) |
void | append (char const *more_information) |
std::string | category () const |
Exception (Category const &category) | |
Exception (Category const &category, std::string const &message) | |
Exception (Category const &category, std::string const &message, Exception const &another) | |
Exception (Exception const &other) | |
virtual std::string | explainSelf () const |
CategoryList const & | history () const |
void | raise () |
std::string | rootCause () const |
virtual char const * | what () const throw () |
virtual | ~Exception () throw () |
Additional Inherited Members | |
Public Types inherited from cms::Exception | |
typedef std::string | Category |
typedef std::list< Category > | CategoryList |
Protected Member Functions inherited from edm::eventsetup::NoDataExceptionBase | |
void | constructMessage (const char *iClassName, const std::string &iExtraInfo) |
Static Protected Member Functions inherited from edm::eventsetup::NoDataExceptionBase | |
static std::string | noProxyMessage () |
static std::string | providerButNoDataMessage (const EventSetupRecordKey &iKey) |
Definition at line 104 of file NoDataException.h.
|
inline |
Definition at line 107 of file NoDataException.h.
References edm::eventsetup::NoDataExceptionBase::constructMessage(), and edm::eventsetup::NoDataExceptionBase::providerButNoDataMessage().
|
inline |
Definition at line 116 of file NoDataException.h.
References edm::eventsetup::NoDataExceptionBase::constructMessage().