Home
last modified time | relevance | path

Searched refs:ControllerBuildException (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-pid-control/pid/
H A Dthermalcontroller.cpp40 throw ControllerBuildException("Unrecognized PID Type/Class string"); in getThermalType()
58 throw ControllerBuildException("Thermal controller missing inputs"); in createThermalPid()
95 throw ControllerBuildException("Unrecognized ThermalType"); in inputProc()
118 throw ControllerBuildException("Unrecognized TempToMargin"); in inputProc()
H A Dstepwisecontroller.cpp77 throw ControllerBuildException("Stepwise controller missing inputs"); in createStepwiseController()
/openbmc/phosphor-pid-control/errors/
H A Dexception.hpp21 class ControllerBuildException : public std::exception class
24 explicit ControllerBuildException(const std::string& message) : in ControllerBuildException() function in ControllerBuildException