Home
last modified time | relevance | path

Searched refs:JsonException (Results 1 – 7 of 7) sorted by relevance

/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dexceptions.hpp121 class JsonException : public Exception class
125 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::JsonException
144 JsonException(const std::string& msg) : Exception(msg) {} in JsonException() function in vpd::JsonException
/openbmc/openpower-vpd-parser/vpd-manager/oem-handler/
H A Dibm_handler.cpp941 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()
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Devent_logger_utility.hpp105 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()
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dbackup_restore.cpp31 throw JsonException( in BackupAndRestore()
39 throw JsonException("JSON is not valid.", in BackupAndRestore()
H A Dsingle_fab.cpp33 throw JsonException( in getImFromPersistedLocation()
H A Dworker.cpp41 throw JsonException("JSON parsing failed. error : " + in Worker()
49 throw JsonException("Mandatory tag(s) missing from JSON", in Worker()
1144 throw JsonException( in collectFrusFromJson()
H A Dlistener.cpp284 throw JsonException("Failed to parse correlated properties JSON [" + in registerCorrPropCallBack()