Root of the OpenTREP exceptions. More...
#include <opentrep/OPENTREP_exceptions.hpp>
Public Member Functions | |
RootException (const std::string &iWhat) | |
RootException () | |
virtual | ~RootException () throw () |
const char * | what () const throw () |
Protected Attributes | |
std::string | _what |
Root of the OpenTREP exceptions.
All the OpenTREP exceptions inherit from that root, allowing to catch them and to spot them easily when arising in code wrapping the stdair library.
Definition at line 20 of file OPENTREP_exceptions.hpp.
|
inline |
Main Constructor.
Definition at line 25 of file OPENTREP_exceptions.hpp.
|
inline |
Default constructor.
Definition at line 29 of file OPENTREP_exceptions.hpp.
|
inlinevirtual |
Destructor.
Definition at line 34 of file OPENTREP_exceptions.hpp.
|
inline |
Give the details of the exception.
Definition at line 39 of file OPENTREP_exceptions.hpp.
References _what.
Referenced by OPENTREP::OpenTrepSearcher::init().
|
protected |
Details for the exception.
Definition at line 47 of file OPENTREP_exceptions.hpp.
Referenced by what().