Lines Matching refs:exception

83     } catch (const std::exception& e) {  in handle_exception()
93 %exception Xapian::Compactor::~Compactor;
94 %exception Xapian::Compactor::get_constinfo_();
95 %exception Xapian::Database::~Database;
96 %exception Xapian::Database::postlist_end(const std::string &) const;
97 %exception Xapian::Database::termlist_end(Xapian::docid) const;
98 %exception Xapian::Database::positionlist_end(Xapian::docid, const std::string &) const;
99 %exception Xapian::Database::allterms_end(const std::string & = std::string()) const;
100 %exception Xapian::Database::valuestream_end(Xapian::valueno) const;
101 %exception Xapian::Database::spellings_end() const;
102 %exception Xapian::Database::synonyms_end(const std::string &) const;
103 %exception Xapian::Database::synonym_keys_end(const std::string & = std::string()) const;
104 %exception Xapian::Database::metadata_keys_end(const std::string & = std::string()) const;
105 %exception Xapian::WritableDatabase::~WritableDatabase;
106 %exception Xapian::Document::~Document;
107 %exception Xapian::Document::termlist_end() const;
108 %exception Xapian::Document::values_end() const;
109 %exception Xapian::RSet::~RSet;
110 %exception Xapian::MatchDecider::~MatchDecider;
111 %exception Xapian::Enquire::~Enquire;
112 %exception Xapian::Enquire::get_matching_terms_end(Xapian::docid ) const;
113 %exception Xapian::Enquire::get_matching_terms_end(const MSetIterator & ) const;
114 %exception Xapian::Error::~Error;
115 %exception Xapian::Error::get_type() const;
116 %exception Xapian::Error::get_msg() const;
117 %exception Xapian::Error::get_context() const;
118 %exception Xapian::LogicError::~LogicError;
119 %exception Xapian::RuntimeError::~RuntimeError;
120 %exception Xapian::AssertionError::~AssertionError;
121 %exception Xapian::InvalidArgumentError::~InvalidArgumentError;
122 %exception Xapian::InvalidOperationError::~InvalidOperationError;
123 %exception Xapian::UnimplementedError::~UnimplementedError;
124 %exception Xapian::DatabaseError::~DatabaseError;
125 %exception Xapian::DatabaseCorruptError::~DatabaseCorruptError;
126 %exception Xapian::DatabaseCreateError::~DatabaseCreateError;
127 %exception Xapian::DatabaseLockError::~DatabaseLockError;
128 %exception Xapian::DatabaseModifiedError::~DatabaseModifiedError;
129 %exception Xapian::DatabaseOpeningError::~DatabaseOpeningError;
130 %exception Xapian::DatabaseVersionError::~DatabaseVersionError;
131 %exception Xapian::DocNotFoundError::~DocNotFoundError;
132 %exception Xapian::FeatureUnavailableError::~FeatureUnavailableError;
133 %exception Xapian::InternalError::~InternalError;
134 %exception Xapian::NetworkError::~NetworkError;
135 %exception Xapian::NetworkTimeoutError::~NetworkTimeoutError;
136 %exception Xapian::QueryParserError::~QueryParserError;
137 %exception Xapian::SerialisationError::~SerialisationError;
138 %exception Xapian::RangeError::~RangeError;
139 %exception Xapian::WildcardError::~WildcardError;
140 %exception Xapian::DatabaseNotFoundError::~DatabaseNotFoundError;
141 %exception Xapian::DatabaseClosedError::~DatabaseClosedError;
142 %exception Xapian::ErrorHandler::~ErrorHandler;
143 %exception Xapian::ErrorHandler::ErrorHandler();
144 %exception Xapian::ESet::~ESet;
145 %exception Xapian::ESetIterator::~ESetIterator;
146 %exception Xapian::ESetIterator::operator==(const ESetIterator &a, const ESetIterator &b);
147 %exception Xapian::ESetIterator::operator!=(const ESetIterator &a, const ESetIterator &b);
148 %exception Xapian::ESetIterator::operator<(const ESetIterator &a, const ESetIterator &b);
149 %exception Xapian::ESetIterator::operator>(const ESetIterator &a, const ESetIterator &b);
150 %exception Xapian::ESetIterator::operator>=(const ESetIterator &a, const ESetIterator &b);
151 %exception Xapian::ESetIterator::operator<=(const ESetIterator &a, const ESetIterator &b);
152 %exception Xapian::ExpandDecider::~ExpandDecider;
153 %exception Xapian::ExpandDeciderAnd::~ExpandDeciderAnd;
154 %exception Xapian::ExpandDeciderFilterTerms::~ExpandDeciderFilterTerms;
155 %exception Xapian::ExpandDeciderFilterPrefix::~ExpandDeciderFilterPrefix;
156 %exception Xapian::ExpandDeciderFilterPrefix::miles_to_metres(double miles);
157 %exception Xapian::ExpandDeciderFilterPrefix::metres_to_miles(double metres);
158 %exception Xapian::ExpandDeciderFilterPrefix::LatLongCoord();
159 %exception Xapian::ExpandDeciderFilterPrefix::operator<(const LatLongCoord & other) const;
160 %exception Xapian::LatLongCoordsIterator::~LatLongCoordsIterator;
161 %exception Xapian::LatLongCoords::~LatLongCoords;
162 %exception Xapian::LatLongMetric::~LatLongMetric;
163 %exception Xapian::GreatCircleMetric::~GreatCircleMetric;
164 %exception Xapian::LatLongDistancePostingSource::~LatLongDistancePostingSource;
165 %exception Xapian::LatLongDistanceKeyMaker::~LatLongDistanceKeyMaker;
166 %exception Xapian::opt_intrusive_base::~opt_intrusive_base;
167 %exception Xapian::KeyMaker::~KeyMaker;
168 %exception Xapian::MultiValueKeyMaker::~MultiValueKeyMaker;
169 %exception Xapian::MatchSpy::~MatchSpy;
170 %exception Xapian::MatchSpy::MatchSpy();
171 %exception Xapian::ValueCountMatchSpy::~ValueCountMatchSpy;
172 %exception Xapian::ValueCountMatchSpy::get_total() const;
173 %exception Xapian::ValueCountMatchSpy::values_end() const;
174 %exception Xapian::ValueCountMatchSpy::top_values_end(size_t) const;
175 %exception Xapian::MSet::~MSet;
176 %exception Xapian::MSetIterator::~MSetIterator;
177 %exception Xapian::MSetIterator::operator==(const MSetIterator &a, const MSetIterator &b);
178 %exception Xapian::MSetIterator::operator!=(const MSetIterator &a, const MSetIterator &b);
179 %exception Xapian::MSetIterator::operator<(const MSetIterator &a, const MSetIterator &b);
180 %exception Xapian::MSetIterator::operator>(const MSetIterator &a, const MSetIterator &b);
181 %exception Xapian::MSetIterator::operator>=(const MSetIterator &a, const MSetIterator &b);
182 %exception Xapian::MSetIterator::operator<=(const MSetIterator &a, const MSetIterator &b);
183 %exception Xapian::PositionIterator::~PositionIterator;
184 %exception Xapian::PositionIterator::PositionIterator();
185 %exception Xapian::PositionIterator::operator==(const PositionIterator &a, const PositionIterator &…
186 %exception Xapian::PositionIterator::operator!=(const PositionIterator &a, const PositionIterator &…
187 %exception Xapian::PostingIterator::~PostingIterator;
188 %exception Xapian::PostingIterator::PostingIterator();
189 %exception Xapian::PostingIterator::positionlist_end() const;
190 %exception Xapian::PostingIterator::operator==(const PostingIterator &a, const PostingIterator &b);
191 %exception Xapian::PostingIterator::operator!=(const PostingIterator &a, const PostingIterator &b);
192 %exception Xapian::PostingSource::~PostingSource;
193 %exception Xapian::PostingSource::PostingSource();
194 %exception Xapian::PostingSource::get_maxweight() const;
195 %exception Xapian::ValuePostingSource::~ValuePostingSource;
196 %exception Xapian::ValueWeightPostingSource::~ValueWeightPostingSource;
197 %exception Xapian::DecreasingValueWeightPostingSource::~DecreasingValueWeightPostingSource;
198 %exception Xapian::ValueMapPostingSource::~ValueMapPostingSource;
199 %exception Xapian::FixedWeightPostingSource::~FixedWeightPostingSource;
200 %exception Xapian::Query::~Query;
201 %exception Xapian::Query::Query();
202 %exception Xapian::Query::get_terms_end() const;
203 %exception Xapian::Query::get_unique_terms_end() const;
204 %exception Xapian::Query::get_length() const;
205 %exception Xapian::Query::empty() const;
206 %exception Xapian::Query::get_type() const;
207 %exception Xapian::Query::get_num_subqueries() const;
208 %exception Xapian::Query::Internal();
209 %exception Xapian::Query::get_length() const;
210 %exception Xapian::Query::get_type() const;
211 %exception Xapian::Query::get_num_subqueries() const;
212 %exception Xapian::Stopper::~Stopper;
213 %exception Xapian::SimpleStopper::~SimpleStopper;
214 %exception Xapian::RangeProcessor::~RangeProcessor;
215 %exception Xapian::DateRangeProcessor::~DateRangeProcessor;
216 %exception Xapian::NumberRangeProcessor::~NumberRangeProcessor;
217 %exception Xapian::ValueRangeProcessor::~ValueRangeProcessor;
218 %exception Xapian::FieldProcessor::~FieldProcessor;
219 %exception Xapian::QueryParser::~QueryParser;
220 %exception Xapian::QueryParser::stoplist_end() const;
221 %exception Xapian::QueryParser::unstem_end(const std::string &) const;
222 %exception Xapian::QueryParser::sortable_serialise_(double value, char * buf);
223 %exception Xapian::QueryParser::sortable_unserialise(const std::string & serialised);
224 %exception Xapian::Registry::~Registry;
225 %exception Xapian::StemImplementation::~StemImplementation;
226 %exception Xapian::Stem::~Stem;
227 %exception Xapian::TermGenerator::~TermGenerator;
228 %exception Xapian::TermIterator::~TermIterator;
229 %exception Xapian::TermIterator::TermIterator();
230 %exception Xapian::TermIterator::positionlist_end() const;
231 %exception Xapian::TermIterator::operator==(const TermIterator &a, const TermIterator &b);
232 %exception Xapian::TermIterator::operator!=(const TermIterator &a, const TermIterator &b);
233 %exception Xapian::Utf8Iterator::~Utf8Iterator;
234 %exception Xapian::Utf8Iterator::calculate_sequence_length() const;
235 %exception Xapian::Utf8Iterator::Utf8Iterator();
236 %exception Xapian::Utf8Iterator::operator*() const;
237 %exception Xapian::Utf8Iterator::strict_deref() const;
238 %exception Xapian::Utf8Iterator::operator==(const Utf8Iterator& other) const;
239 %exception Xapian::Utf8Iterator::operator!=(const Utf8Iterator& other) const;
240 %exception Xapian::Utf8Iterator::get_character_info(unsigned ch);
241 %exception Xapian::ValueIterator::~ValueIterator;
242 %exception Xapian::ValueIterator::ValueIterator();
243 %exception Xapian::ValueIterator::operator==(const ValueIterator &a, const ValueIterator &b);
244 %exception Xapian::ValueIterator::operator!=(const ValueIterator &a, const ValueIterator &b);
245 %exception Xapian::ValueSetMatchDecider::~ValueSetMatchDecider;
246 %exception Xapian::Weight::~Weight;
247 %exception Xapian::BoolWeight::~BoolWeight;
248 %exception Xapian::TfIdfWeight::~TfIdfWeight;
249 %exception Xapian::BM25Weight::~BM25Weight;
250 %exception Xapian::BM25PlusWeight::~BM25PlusWeight;
251 %exception Xapian::TradWeight::~TradWeight;
252 %exception Xapian::InL2Weight::~InL2Weight;
253 %exception Xapian::IfB2Weight::~IfB2Weight;
254 %exception Xapian::IneB2Weight::~IneB2Weight;
255 %exception Xapian::BB2Weight::~BB2Weight;
256 %exception Xapian::DLHWeight::~DLHWeight;
257 %exception Xapian::PL2Weight::~PL2Weight;
258 %exception Xapian::PL2PlusWeight::~PL2PlusWeight;
259 %exception Xapian::DPHWeight::~DPHWeight;
260 %exception Xapian::LMWeight::~LMWeight;
261 %exception Xapian::CoordWeight::~CoordWeight;
263 %exception {