Public Member Functions | |
DatabaseCreateError (const std::string &msg_, const std::string &context_=std::string(), int errno_=0) | |
General purpose constructor which allows setting errno. | |
DatabaseCreateError (const std::string &msg_, int errno_) | |
Construct from message and errno value. |
Xapian::DatabaseCreateError::DatabaseCreateError | ( | const std::string & | msg_, | |
const std::string & | context_ = std::string() , |
|||
int | errno_ = 0 | |||
) | [inline, explicit] |
General purpose constructor which allows setting errno.
Xapian::DatabaseCreateError::DatabaseCreateError | ( | const std::string & | msg_, | |
int | errno_ | |||
) | [inline] |
Construct from message and errno value.