CMS 3D CMS Logo

All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ConvertHandle.cc
Go to the documentation of this file.
3 
4 namespace edm {
5  class EDProduct;
6  namespace handleimpl {
9  << "edm::BasicHandle has null pointer to Wrapper";
10  }
11 
12  void throwConvertTypeError(EDProduct const* product) {
13  throw edm::Exception(edm::errors::LogicError,"ConvertType")
14  << "edm::Wrapper converting from EDProduct to "
15  << typeid(*product).name();
16  }
17  }
18 }
void throwConvertTypeError(EDProduct const *product)
void throwInvalidReference()
Definition: ConvertHandle.cc:7