#include <error.h>
Inheritance diagram for Xapian::DatabaseModifiedError:
Public Member Functions | |
DatabaseModifiedError (const std::string &msg_, const std::string &context_="", int errno_=0) | |
General purpose constructor which allows setting errno. | |
DatabaseModifiedError (const std::string &msg_, int errno_) | |
Construct from message and errno value. | |
Private Member Functions | |
DatabaseModifiedError (const std::string &msg_, const std::string &context_, const char *error_string_) | |
For internal use only. Private constructor for use by remote backend. | |
DatabaseModifiedError (const std::string &msg_, const std::string &context_, const char *type_, const char *error_string_) | |
For internal use only. Constructor for use by constructors of derived classes. | |
DatabaseModifiedError (const std::string &msg_, const std::string &context_, const char *type_, int errno_) | |
For internal use only. Constructor for use by constructors of derived classes. |
To recover after catching this error, you need to call Xapian::Database::reopen() on the Database and repeat the operation which failed.
Definition at line 439 of file error.h.
Xapian::DatabaseModifiedError::DatabaseModifiedError | ( | const std::string & | msg_, | |
const std::string & | context_, | |||
const char * | error_string_ | |||
) | [inline, private] |
Xapian::DatabaseModifiedError::DatabaseModifiedError | ( | const std::string & | msg_, | |
const std::string & | context_ = "" , |
|||
int | errno_ = 0 | |||
) | [inline, explicit] |
Xapian::DatabaseModifiedError::DatabaseModifiedError | ( | const std::string & | msg_, | |
int | errno_ | |||
) | [inline] |
Xapian::DatabaseModifiedError::DatabaseModifiedError | ( | const std::string & | msg_, | |
const std::string & | context_, | |||
const char * | type_, | |||
const char * | error_string_ | |||
) | [inline, private] |
Xapian::DatabaseModifiedError::DatabaseModifiedError | ( | const std::string & | msg_, | |
const std::string & | context_, | |||
const char * | type_, | |||
int | errno_ | |||
) | [inline, private] |