#include <errorhandler.h>
Public Member Functions | |
| ErrorHandler () | |
| Standard constructor. | |
| virtual | ~ErrorHandler () |
| Standard destructor. | |
| void | operator() (Xapian::Error &error) |
| Method called to handle an error. | |
|
|
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.
|