Searched refs:JsonException (Results 1 – 7 of 7) sorted by relevance
121 class JsonException : public Exception class125 JsonException() = delete;126 JsonException(const JsonException&) = delete;127 JsonException(JsonException&&) = delete;128 JsonException& operator=(const JsonException&) = delete;131 ~JsonException() = default;137 JsonException(const std::string& msg, const std::string& path) : in JsonException() function in vpd::JsonException144 JsonException(const std::string& msg) : Exception(msg) {} in JsonException() function in vpd::JsonException
941 throw JsonException("System config JSON is empty", m_sysCfgJsonObj); in setDeviceTreeAndJson() 999 throw(JsonException( in setDeviceTreeAndJson() 1049 throw JsonException( in setDeviceTreeAndJson() 1054 throw JsonException("System vpd inventory path is missing in JSON", in setDeviceTreeAndJson() 1100 throw JsonException("JSON parsing failed. error : " + in performInitialSetup()
105 else if (typeid(i_exception) == typeid(JsonException)) in getExceptionData()107 const JsonException& l_ex = in getExceptionData()108 dynamic_cast<const JsonException&>(i_exception); in getExceptionData()
31 throw JsonException( in BackupAndRestore()39 throw JsonException("JSON is not valid.", in BackupAndRestore()
33 throw JsonException( in getImFromPersistedLocation()
41 throw JsonException("JSON parsing failed. error : " + in Worker()49 throw JsonException("Mandatory tag(s) missing from JSON", in Worker()1144 throw JsonException( in collectFrusFromJson()
284 throw JsonException("Failed to parse correlated properties JSON [" + in registerCorrPropCallBack()