src
DataFormats
Common
src
CommonExceptions.cc
Go to the documentation of this file.
1
#include "
DataFormats/Common/interface/CommonExceptions.h
"
2
#include "
DataFormats/Provenance/interface/ProductID.h
"
3
#include "
FWCore/Utilities/interface/EDMException.h
"
4
namespace
edm
{
5
void
checkForWrongProduct
(
ProductID
const
& keyID,
ProductID
const
& refID) {
6
if
(keyID != refID) {
7
throw
Exception
(
errors::InvalidReference
)
8
<<
"AssociationVector: trying to use [] operator passing a reference\n"
9
<<
" with the wrong product id (i.e.: pointing to the wrong collection)\n"
10
<<
" keyRef.id = "
<< keyID <<
", ref.id = "
<< refID <<
"\n"
;
11
}
12
}
13
}
// namespace edm
edm::checkForWrongProduct
void checkForWrongProduct(ProductID const &keyID, ProductID const &refID)
Definition:
CommonExceptions.cc:5
Exception
Definition:
hltDiff.cc:245
ProductID.h
EDMException.h
edm::ProductID
Definition:
ProductID.h:27
CommonExceptions.h
edm::errors::InvalidReference
Definition:
EDMException.h:39
edm
HLT enums.
Definition:
AlignableModifier.h:19
Generated for CMSSW Reference Manual by
1.8.14