CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
edm::handleimpl Namespace Reference

Functions

void throwConvertTypeError (EDProduct const *product)
 
void throwInvalidReference ()
 

Function Documentation

void edm::handleimpl::throwConvertTypeError ( EDProduct const *  product)

Definition at line 12 of file ConvertHandle.cc.

References edm::hlt::Exception, and edm::errors::LogicError.

Referenced by edm::convert_handle().

12  {
13  throw edm::Exception(edm::errors::LogicError,"ConvertType")
14  << "edm::Wrapper converting from EDProduct to "
15  << typeid(*product).name();
16  }
void edm::handleimpl::throwInvalidReference ( )

Definition at line 7 of file ConvertHandle.cc.

References edm::hlt::Exception, and edm::errors::InvalidReference.

Referenced by edm::convert_handle().

7  {
9  << "edm::BasicHandle has null pointer to Wrapper";
10  }