Public Member Functions | List of all members
Xapian::InvalidOperationError Class Reference

InvalidOperationError indicates the API was used in an invalid way. More...

+ Inheritance diagram for Xapian::InvalidOperationError:

Public Member Functions

 InvalidOperationError (const std::string &msg_, const std::string &context_=std::string(), int errno_=0)
 General purpose constructor.
 InvalidOperationError (const std::string &msg_, int errno_)
 Construct from message and errno value.

Detailed Description

InvalidOperationError indicates the API was used in an invalid way.

Constructor & Destructor Documentation

Xapian::InvalidOperationError::InvalidOperationError ( const std::string &  msg_,
const std::string &  context_ = std::string(),
int  errno_ = 0 
)
inlineexplicit

General purpose constructor.

Parameters
msg_Message giving details of the error, intended for human consumption.
context_Optional context information for this error.
errno_Optional errno value associated with this error.
Xapian::InvalidOperationError::InvalidOperationError ( const std::string &  msg_,
int  errno_ 
)
inline

Construct from message and errno value.

Parameters
msg_Message giving details of the error, intended for human consumption.
errno_Optional errno value associated with this error.

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

Documentation for Xapian (version 1.3.7).
Generated on Wed Jun 1 2016 by Doxygen 1.8.1.2.