Lines Matching refs:exception

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