| xapian-core
    1.4.24
    | 
The base class for exceptions indicating errors in the program logic. More...
#include <error.h>
 Inheritance diagram for Xapian::LogicError:
 Inheritance diagram for Xapian::LogicError:| Additional Inherited Members | |
|  Public Member Functions inherited from Xapian::Error | |
| const char * | get_type () const | 
| The type of this error (e.g. "DocNotFoundError".) | |
| const std::string & | get_msg () const | 
| Message giving details of the error, intended for human consumption. | |
| const std::string & | get_context () const | 
| Optional context information. | |
| const char * | get_error_string () const | 
| Returns any system error string associated with this exception. | |
| std::string | get_description () const | 
| Return a string describing this object. | |
The base class for exceptions indicating errors in the program logic.
A subclass of LogicError will be thrown if Xapian detects a violation of a class invariant or a logical precondition or postcondition, etc.