Lines Matching full:throw

118     /// \throw value_error If the value is invalid.
126 throw config::value_error(F("Invalid time delta %s") % raw_value); in set_string()
178 /// \throw config::value_error If the value is not valid.
183 throw config::value_error("Invalid required user value"); in validate()
211 /// \throw config::value_error If the value is invalid.
218 throw config::value_error(e.what()); in parse_one()
226 /// \throw config::value_error If the value is not valid.
234 throw config::value_error(F("Relative path '%s' not allowed") % in validate()
320 /// \throw model::error If the key is not known or if the value is not valid.
328 throw model::error(F("Unknown metadata property %s") % key); in lookup_rw()
330 throw model::error(F("Invalid value for metadata property %s: %s") % in lookup_rw()
343 /// \throw model::error If the key is not known or if the value is not valid.
352 throw model::error(F("Unknown metadata property %s") % key); in set()
354 throw model::error(F("Invalid value for metadata property %s: %s") % in set()
775 /// \throw model::error If the value is invalid.
797 /// \throw model::error If the value is invalid.
820 /// \throw model::error If the value is invalid.
836 /// \throw model::error If the value is invalid.
858 /// \throw model::error If the value is invalid.
878 /// \throw model::error If the value is invalid.
899 /// \throw model::error If the value is invalid.
915 /// \throw model::error If the value is invalid.
930 /// \throw model::error If the value is invalid.
948 /// \throw model::error If the value is invalid.
963 /// \throw model::error If the value is invalid.
978 /// \throw model::error If the value is invalid.
993 /// \throw model::error If the value is invalid.
1008 /// \throw model::error If the value is invalid.
1023 /// \throw model::error If the value is invalid.
1038 /// \throw model::error If the value is invalid.
1053 /// \throw model::error If the value is invalid.
1068 /// \throw model::error If the value is invalid.
1083 /// \throw model::error If the value is invalid.
1098 /// \throw model::error If the value is invalid.
1114 /// \throw model::error If the value is invalid or the key does not exist.
1122 throw model::format_error(F("Unknown metadata property %s") % key); in set_string()
1124 throw model::format_error( in set_string()
1137 /// \throw model::error If the value is invalid.