xapian-core  2.0.0
Private Member Functions | List of all members
Xapian::LogicError Class Reference

The base class for exceptions indicating errors in the program logic. More...

#include <error.h>

+ Inheritance diagram for Xapian::LogicError:
+ Collaboration diagram for Xapian::LogicError:

Private Member Functions

 LogicError (std::string_view msg_, std::string_view context_, const char *type_, const char *error_string_)
 Constructor for use by constructors of derived classes. More...
 
 LogicError (std::string_view msg_, std::string_view context_, const char *type_, int errno_)
 Constructor for use by constructors of derived classes. More...
 

Additional Inherited Members

- Public Member Functions inherited from Xapian::Error
 Error (const Error &)=default
 Default copy constructor. More...
 
const char * get_type () const noexcept
 The type of this error (e.g. "DocNotFoundError".) More...
 
const std::string & get_msg () const noexcept
 Message giving details of the error, intended for human consumption. More...
 
const std::string & get_context () const noexcept
 Optional context information. More...
 
const char * get_error_string () const
 Returns any system error string associated with this exception. More...
 
std::string get_description () const
 Return a string describing this object. More...
 

Detailed Description

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.

Definition at line 142 of file error.h.

Constructor & Destructor Documentation

◆ LogicError() [1/2]

Xapian::LogicError::LogicError ( std::string_view  msg_,
std::string_view  context_,
const char *  type_,
const char *  error_string_ 
)
inlineprivate

Constructor for use by constructors of derived classes.

Definition at line 147 of file error.h.

◆ LogicError() [2/2]

Xapian::LogicError::LogicError ( std::string_view  msg_,
std::string_view  context_,
const char *  type_,
int  errno_ 
)
inlineprivate

Constructor for use by constructors of derived classes.

Definition at line 153 of file error.h.


The documentation for this class was generated from the following file: