StdAir Logo  1.00.21
C++ Standard Airline IT Object Library
Loading...
Searching...
No Matches
stdair::DocumentNotFoundException Class Reference

#include <stdair/stdair_exceptions.hpp>

Inheritance diagram for stdair::DocumentNotFoundException:

Public Member Functions

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

Protected Attributes

std::string _what

Detailed Description

Document not found.

Definition at line 104 of file stdair_exceptions.hpp.

Constructor & Destructor Documentation

◆ DocumentNotFoundException()

stdair::DocumentNotFoundException::DocumentNotFoundException ( const std::string & iWhat)
inline

Constructor.

Definition at line 107 of file stdair_exceptions.hpp.

References stdair::RootException::RootException().

Member Function Documentation

◆ what()

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

Give the details of the exception.

Definition at line 38 of file stdair_exceptions.hpp.

References _what.

Referenced by stdair::ConfigHolderStruct::updateAirlineFeatures().

Member Data Documentation

◆ _what

std::string stdair::RootException::_what
protectedinherited

Details for the exception.

Definition at line 46 of file stdair_exceptions.hpp.

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


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