Functions | |
void | _throw_range (det_id_type i) |
void edm::dsrvdetail::_throw_range | ( | det_id_type | i | ) | [inline] |
Definition at line 59 of file DetSetRefVector.h.
References edm::errors::InvalidReference, and edm::Exception::throwThis().
{ Exception::throwThis(errors::InvalidReference, "DetSetRefVector::operator[] called with index not in collection;\nindex value: ", i); }