StdAir Logo  0.43.0
C++ Standard Airline IT Library
stdair::ParsingFileFailedException Class Reference

#include <stdair/stdair_exceptions.hpp>

+ Inheritance diagram for stdair::ParsingFileFailedException:

List of all members.

Public Member Functions

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

Protected Attributes

std::string _what

Detailed Description

Input file parsing failure.


Constructor & Destructor Documentation

stdair::ParsingFileFailedException::ParsingFileFailedException ( const std::string iWhat) [inline]

Constructor.

Definition at line 168 of file stdair_exceptions.hpp.


Member Function Documentation

const char* stdair::RootException::what ( ) const throw () [inline, inherited]

Give the details of the exception.

Definition at line 38 of file stdair_exceptions.hpp.

References stdair::RootException::_what.


Member Data Documentation

std::string stdair::RootException::_what [protected, inherited]

Details for the exception.

Definition at line 46 of file stdair_exceptions.hpp.

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


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