CMS 3D CMS Logo

Functions

dddDetails Namespace Reference

Functions

void errorReadMapType (const std::string &key) throw (DDException)

Function Documentation

void dddDetails::errorReadMapType ( const std::string &  key) throw (DDException)

Definition at line 6 of file DDReadMapType.cc.

References combine::key, and argparse::message.

Referenced by ReadMapType< std::map< std::string, double > >::operator[]().

                                                                   {
    std::string message("ReadMapType::operator[] key not found:" + key);
    throw DDException(message);    
  }