#include <error.h>
Inheritance diagram for Xapian::LogicError:
Private Member Functions | |
LogicError (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. | |
LogicError (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 LogicError will be thrown if Xapian detects a violation of a class invariant or a logical precondition or postcondition, etc.
Definition at line 147 of file error.h.
Xapian::LogicError::LogicError | ( | const std::string & | msg_, | |
const std::string & | context_, | |||
const char * | type_, | |||
const char * | error_string_ | |||
) | [inline, private] |
Xapian::LogicError::LogicError | ( | const std::string & | msg_, | |
const std::string & | context_, | |||
const char * | type_, | |||
int | errno_ | |||
) | [inline, private] |