Lines Matching refs:runtime_error
53 throw std::runtime_error("Empty Parameter"); in readDbusProperty()
71 throw std::runtime_error(std::string(l_ex.what())); in readDbusProperty()
138 throw std::runtime_error( in printJson()
199 throw std::runtime_error("Empty EEPROM path"); in readKeywordFromHardware()
326 throw std::runtime_error("Empty path"); in writeKeyword()
365 throw std::runtime_error("Empty path"); in writeKeywordOnHardware()
400 throw std::runtime_error( in convertToBinary()
410 throw std::runtime_error( in convertToBinary()
419 throw std::runtime_error( in convertToBinary()
426 throw std::runtime_error("Provide a valid hexadecimal input."); in convertToBinary()
456 throw std::runtime_error("Path to JSON is missing"); in getParsedJson()
469 throw std::runtime_error(l_message); in getParsedJson()
474 throw std::runtime_error("Empty file: " + i_pathToJson); in getParsedJson()
478 throw std::runtime_error("is_empty file system call failed for file: " + in getParsedJson()
485 throw std::runtime_error("Failed to access Json path: " + i_pathToJson); in getParsedJson()
494 throw std::runtime_error("Failed to parse JSON file: " + i_pathToJson); in getParsedJson()