Home
last modified time | relevance | path

Searched refs:ConfigFileParserError (Results 1 – 8 of 8) sorted by relevance

/openbmc/phosphor-power/
H A Dconfig_file_parser_error.hpp30 class ConfigFileParserError : public std::exception class
34 ConfigFileParserError() = delete;
35 ConfigFileParserError(const ConfigFileParserError&) = default;
36 ConfigFileParserError(ConfigFileParserError&&) = default;
37 ConfigFileParserError& operator=(const ConfigFileParserError&) = default;
38 ConfigFileParserError& operator=(ConfigFileParserError&&) = default;
39 virtual ~ConfigFileParserError() = default;
47 explicit ConfigFileParserError(const std::filesystem::path& pathName, in ConfigFileParserError() function in phosphor::power::util::ConfigFileParserError
/openbmc/phosphor-power/test/
H A Dconfig_file_parser_error_tests.cpp22 using ConfigFileParserError = phosphor::power::util::ConfigFileParserError; typedef
27 ConfigFileParserError error{pathName, "Required property missing"}; in TEST()
37 ConfigFileParserError error{pathName, "Required property missing"}; in TEST()
44 ConfigFileParserError error{pathName, "Required property missing"}; in TEST()
/openbmc/phosphor-power/phosphor-regulators/src/
H A Derror_logging_utils.cpp30 using ConfigFileParserError = phosphor::power::util::ConfigFileParserError; typedef
63 catch (const ConfigFileParserError& e) in logError()
156 catch (const ConfigFileParserError& e) in getExceptionToLog()
H A Dconfig_file_parser.cpp32 using ConfigFileParserError = phosphor::power::util::ConfigFileParserError; typedef
53 throw ConfigFileParserError{pathName, e.what()}; in parse()
/openbmc/phosphor-power/phosphor-regulators/test/
H A Derror_logging_utils_tests.cpp41 using ConfigFileParserError = phosphor::power::util::ConfigFileParserError; typedef
140 std::throw_with_nested(ConfigFileParserError{ in TEST()
169 throw ConfigFileParserError{ in TEST()
455 std::throw_with_nested(ConfigFileParserError{ in TEST()
489 std::throw_with_nested(ConfigFileParserError{ in TEST()
538 throw ConfigFileParserError{ in TEST()
H A Dconfig_file_parser_tests.cpp71 using ConfigFileParserError = phosphor::power::util::ConfigFileParserError; typedef
148 catch (const ConfigFileParserError& e) in TEST()
173 catch (const ConfigFileParserError& e) in TEST()
190 catch (const ConfigFileParserError& e) in TEST()
207 catch (const ConfigFileParserError& e) in TEST()
/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dconfig_file_parser.cpp32 using ConfigFileParserError = phosphor::power::util::ConfigFileParserError; typedef
92 throw ConfigFileParserError{pathName, e.what()}; in parse()
/openbmc/phosphor-power/phosphor-power-sequencer/test/
H A Dconfig_file_parser_tests.cpp288 EXPECT_THROW(parse(pathName), ConfigFileParserError); in TEST()
310 EXPECT_THROW(parse(pathName), ConfigFileParserError); in TEST()
321 EXPECT_THROW(parse(pathName), ConfigFileParserError); in TEST()
332 EXPECT_THROW(parse(pathName), ConfigFileParserError); in TEST()