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

#include <opentrep/OPENTREP_exceptions.hpp>

+ Inheritance diagram for OPENTREP::NonInitialisedServiceException:

Public Member Functions

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

Protected Attributes

std::string _what
 

Detailed Description

OpenTREP service not initialised.

Definition at line 53 of file OPENTREP_exceptions.hpp.

Constructor & Destructor Documentation

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

Constructor.

Definition at line 58 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: