7 void throwInvalidHandleDeref() {
9 <<
"An attempt was made to dereference an edm::Handle which was never set.";
11 void throwInvalidHandleProv() {
13 <<
"An attempt was made to get the ProductId from an edm::Handle which was never set.";
23 throwInvalidHandleDeref();
34 throwInvalidHandleProv();
37 return prov_->productID();
void const * productStorage() const
std::shared_ptr< HandleExceptionFactory const > whyFailedFactory_