Searched refs:ControllerBuildException (Results 1 – 3 of 3) sorted by relevance
40 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()
77 throw ControllerBuildException("Stepwise controller missing inputs"); in createStepwiseController()
21 class ControllerBuildException : public std::exception class24 explicit ControllerBuildException(const std::string& message) : in ControllerBuildException() function in ControllerBuildException