|
xapian-core
1.4.29
|
Indicates an attempt to use a feature which is unavailable. More...
#include <error.h>
Inheritance diagram for Xapian::FeatureUnavailableError:
Collaboration diagram for Xapian::FeatureUnavailableError:Public Member Functions | |
| FeatureUnavailableError (const std::string &msg_, const std::string &context_=std::string(), int errno_=0) | |
| General purpose constructor. More... | |
| FeatureUnavailableError (const std::string &msg_, int errno_) | |
| Construct from message and errno value. More... | |
Public Member Functions inherited from Xapian::Error | |
| const char * | get_type () const |
| The type of this error (e.g. "DocNotFoundError".) More... | |
| const std::string & | get_msg () const |
| Message giving details of the error, intended for human consumption. More... | |
| const std::string & | get_context () const |
| 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... | |
Private Member Functions | |
| FeatureUnavailableError (const std::string &msg_, const std::string &context_, const char *error_string_) | |
| Private constructor for use by remote backend. More... | |
| FeatureUnavailableError (const std::string &msg_, const std::string &context_, const char *type_, const char *error_string_) | |
| Constructor for use by constructors of derived classes. More... | |
| FeatureUnavailableError (const std::string &msg_, const std::string &context_, const char *type_, int errno_) | |
| Constructor for use by constructors of derived classes. More... | |
Indicates an attempt to use a feature which is unavailable.
Typically a feature is unavailable because it wasn't compiled in, or because it requires other software or facilities which aren't available.
|
inlineprivate |
|
inlineexplicit |
|
inline |
|
inlineprivate |
|
inlineprivate |