CMS 3D CMS Logo

Functions

edm::lazydetail Namespace Reference

Functions

void _throw_range (uint32_t region)

Function Documentation

void edm::lazydetail::_throw_range ( uint32_t  region) [inline]

Definition at line 28 of file LazyGetter.h.

References edm::errors::InvalidReference, and edm::Exception::throwThis().

      {
        Exception::throwThis(errors::InvalidReference,
          "LazyGetter::"
          "find(uint32_t,uint32_t) called with index not in collection;\n"
          "index value: ",
          region);
      }