Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
FWCore
Framework
src
ESValidHandle.cc
Go to the documentation of this file.
1
#include "
FWCore/Framework/interface/ESValidHandle.h
"
2
#include "
FWCore/Utilities/interface/Exception.h
"
3
4
namespace
edm::esvhhelper {
5
void
throwIfNotValid
(
const
void
* iProduct) noexcept(
false
) {
6
if
(
nullptr
== iProduct) {
7
throw
cms::Exception
(
"Invalid Product"
) <<
"Attempted to fill a edm::ESValidHandle with an invalid product"
;
8
}
9
}
10
}
// namespace edm::esvhhelper
Exception
Definition:
hltDiff.cc:245
edm::esvhhelper::throwIfNotValid
void throwIfNotValid(const void *) noexcept(false)
Definition:
ESValidHandle.cc:5
Exception.h
ESValidHandle.h
Generated for CMSSW Reference Manual by
1.8.5