OpenTREP Logo  0.07.18
C++ Open Travel Request Parsing Library
Loading...
Searching...
No Matches
OPENTREP::ObjectNotFoundException Class Reference

#include <opentrep/OPENTREP_exceptions.hpp>

+ Inheritance diagram for OPENTREP::ObjectNotFoundException:

Public Member Functions

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

Protected Attributes

std::string _what
 

Detailed Description

The object cannot be retrieved.

Definition at line 123 of file OPENTREP_exceptions.hpp.

Constructor & Destructor Documentation

◆ ObjectNotFoundException()

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

Constructor.

Definition at line 128 of file OPENTREP_exceptions.hpp.

References OPENTREP::RootException::RootException().

Member Function Documentation

◆ what()

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

Give the details of the exception.

Definition at line 39 of file OPENTREP_exceptions.hpp.

References _what.

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

Member Data Documentation

◆ _what

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

Details for the exception.

Definition at line 47 of file OPENTREP_exceptions.hpp.

Referenced by RootException(), RootException(), and what().


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