#include <error.h>
Inheritance diagram for Xapian::RuntimeError:
Private Member Functions | |
RuntimeError (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. | |
RuntimeError (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. |
A subclass of RuntimeError will be thrown if Xapian detects an error which is exception derived from RuntimeError is thrown when an error is caused by problems with the data or environment rather than a programming mistake.
Definition at line 169 of file error.h.
Xapian::RuntimeError::RuntimeError | ( | const std::string & | msg_, | |
const std::string & | context_, | |||
const char * | type_, | |||
const char * | error_string_ | |||
) | [inline, private] |
Xapian::RuntimeError::RuntimeError | ( | const std::string & | msg_, | |
const std::string & | context_, | |||
const char * | type_, | |||
int | errno_ | |||
) | [inline, private] |