OpenTREP Logo  0.6.0
C++ Open Travel Request Parsing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
OPENTREP::XapianException Class Reference

#include <opentrep/OPENTREP_exceptions.hpp>

+ Inheritance diagram for OPENTREP::XapianException:

Public Member Functions

 XapianException (const std::string &iWhat)
 
const char * what () const throw ()
 

Protected Attributes

std::string _what
 

Detailed Description

Xapian root exception.

Definition at line 215 of file OPENTREP_exceptions.hpp.

Constructor & Destructor Documentation

OPENTREP::XapianException::XapianException ( const std::string &  iWhat)
inline

Constructor.

Definition at line 220 of file OPENTREP_exceptions.hpp.

Member Function Documentation

const char* OPENTREP::RootException::what ( ) const
throw (
)
inlineinherited

Give the details of the exception.

Definition at line 39 of file OPENTREP_exceptions.hpp.

References OPENTREP::RootException::_what.

Referenced by OPENTREP::OpenTrepSearcher::init().

Member Data Documentation

std::string OPENTREP::RootException::_what
protectedinherited

Details for the exception.

Definition at line 47 of file OPENTREP_exceptions.hpp.

Referenced by OPENTREP::RootException::what().


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