Searched refs:JsonException (Results 1 – 8 of 8) 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
942 throw JsonException("System config JSON is empty", m_sysCfgJsonObj); in setDeviceTreeAndJson()1000 throw(JsonException( in setDeviceTreeAndJson()1050 throw JsonException( in setDeviceTreeAndJson()1055 throw JsonException("System vpd inventory path is missing in JSON", in setDeviceTreeAndJson()1101 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()1150 throw JsonException( in collectFrusFromJson()
112 throw JsonException("Failed to parse Bios Config JSON, error : " + in IbmBiosHandler()119 throw JsonException("Bios JSON is not valid.", in IbmBiosHandler()
298 throw JsonException("Failed to parse correlated properties JSON [" + in registerCorrPropCallBack()