Lines Matching defs:l_ex
1166 catch (const std::exception& l_ex)
1169 EventLogger::getErrorType(l_ex), types::SeverityType::Warning,
1170 __FILE__, __FUNCTION__, 0, EventLogger::getErrorMsg(l_ex),
1388 catch (std::exception& l_ex)
1393 i_vpdFilePath + " due to error: " + l_ex.what()};
1415 if (typeid(l_ex) == typeid(DataException))
1419 else if (typeid(l_ex) == typeid(EccException))
1640 catch (const std::exception& l_ex)
1694 catch (const std::exception& l_ex)
1697 EventLogger::getErrorType(l_ex), types::SeverityType::Warning,
1701 EventLogger::getErrorMsg(l_ex),
1862 catch (const std::exception& l_ex)
1867 " error: " + std::string(l_ex.what());
1969 catch (const std::exception& l_ex)
1972 EventLogger::getErrorType(l_ex), types::SeverityType::Warning,
1973 __FILE__, __FUNCTION__, 0, EventLogger::getErrorMsg(l_ex),
2012 catch (const std::exception& l_ex)
2016 "VPD recollection failed with error: " + std::string(l_ex.what()));
2271 catch (const std::exception& l_ex)
2274 EventLogger::getErrorType(l_ex), types::SeverityType::Warning,
2275 __FILE__, __FUNCTION__, 0, EventLogger::getErrorMsg(l_ex),