Lines Matching full:throw
52 /// \throw syntax_error If the tree cannot be located.
62 throw config::syntax_error("Cannot find tree singleton; global state " in get_global_tree()
81 /// \throw invalid_key_error If the name of the key is invalid.
88 throw config::invalid_key_error( in get_tree_key()
148 /// \throw invalid_key_error If the provided key is invalid.
149 /// \throw unknown_key_error If the key cannot be located.
150 /// \throw value_error If the value has an unsupported type or cannot be
156 throw config::value_error("Indexed object is not a table"); in redirect_newindex()
158 throw config::value_error("Invalid field in configuration object " in redirect_newindex()
166 throw config::invalid_key_value(detail::parse_key(dotted_key), in redirect_newindex()
192 /// \throw value_error If the input table or index are invalid.
197 throw config::value_error("Indexed object is not a table"); in redirect_index()
199 throw config::value_error("Invalid field in configuration object " in redirect_index()