#include <errorhandler.h>
Public Methods | |
ErrorHandler () | |
Standard constructor. More... | |
virtual | ~ErrorHandler () |
Standard destructor. More... | |
void | operator() (Xapian::Error &error) |
Method called to handle an error. More... |
|
Standard constructor.
|
|
Standard destructor.
|
|
Method called to handle an error. This method is called when an error occurs, and calls handle_error() for user handlers to deal with the error.
|