![]() |
![]() |
Functions | |
void | errorReadMapType (const std::string &key) throw (DDException) |
void dddDetails::errorReadMapType | ( | const std::string & | key | ) | throw (DDException) |
Definition at line 6 of file DDReadMapType.cc.
References combine::key, and python::rootplot::argparse::message.
Referenced by ReadMapType< std::map< std::string, double > >::operator[]().
{ std::string message("ReadMapType::operator[] key not found:" + key); throw DDException(message); }