CMS 3D CMS Logo

Functions
edm::detailsTrie Namespace Reference

Functions

void errorInsert (std::string const &key)
 

Function Documentation

◆ errorInsert()

void edm::detailsTrie::errorInsert ( std::string const &  key)
inline

Definition at line 482 of file Trie.h.

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

Referenced by edm::Trie< T >::insert().

482  {
483  Exception::throwThis(errors::InvalidReference,
484  "Trie::insert called with a key already in collection;\n"
485  "key value: ",
486  key.c_str());
487  }