QuadroCopter  0.1.4
quadro::exceptions::fatalException Class Reference

#include <fatalException.h>

Inheritance diagram for quadro::exceptions::fatalException:

Public Member Functions

 fatalException ()
 
 fatalException (string errMessage)
 
const char * what () const throw ()
 

Public Attributes

string errMessage_
 

Detailed Description

TODO: add logging.

Constructor & Destructor Documentation

quadro::exceptions::fatalException::fatalException ( )
inline
37 { }
quadro::exceptions::fatalException::fatalException ( string  errMessage)
inline
40  :errMessage_( errMessage ) { }
string errMessage_
Definition: fatalException.h:44

Member Function Documentation

const char* quadro::exceptions::fatalException::what ( ) const
throw (
)
inline
42 { return errMessage_.c_str(); }
string errMessage_
Definition: fatalException.h:44

Member Data Documentation

string quadro::exceptions::fatalException::errMessage_

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