$treeview $search $mathjax
#include <stdair/stdair_exceptions.hpp>
Inheritance diagram for stdair::SimpleNestingStructException:
Public Member Functions | |
SimpleNestingStructException (const std::string &iWhat) | |
const char * | what () const throw () |
Protected Attributes | |
std::string | _what |
Definition at line 211 of file stdair_exceptions.hpp.
stdair::SimpleNestingStructException::SimpleNestingStructException | ( | const std::string & | iWhat | ) | [inline] |
Constructor.
Definition at line 214 of file stdair_exceptions.hpp.
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.
Referenced by stdair::ConfigHolderStruct::updateAirlineFeatures().
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().