Public Member Functions
Xapian::SerialisationError Class Reference

Indicates an error in the std::string serialisation of an object. More...

+ Inheritance diagram for Xapian::SerialisationError:

List of all members.

Public Member Functions

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

Detailed Description

Indicates an error in the std::string serialisation of an object.


Constructor & Destructor Documentation

Xapian::SerialisationError::SerialisationError ( const std::string &  msg_,
const std::string &  context_ = std::string(),
int  errno_ = 0 
) [inline, explicit]

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::SerialisationError::SerialisationError ( 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.1).
Generated on Fri May 3 2013 by Doxygen 1.7.6.1.