33 if (handle_error(error))
virtual ~ErrorHandler()
We require a virtual destructor because we have virtual methods.
void operator()(Xapian::Error &error)
Handle a Xapian::Error object.
All exceptions thrown by Xapian are subclasses of Xapian::Error.
bool already_handled
True if this error has already been passed to an ErrorHandler.
Hierarchy of classes which Xapian can throw as exceptions.
Decide if a Xapian::Error exception should be ignored.