client-cpp  0.8.1
kaa::KaaException Class Reference

#include <KaaException.hpp>

+ Inheritance diagram for kaa::KaaException:
+ Collaboration diagram for kaa::KaaException:

Public Member Functions

 KaaException ()
 
 KaaException (boost::format &f)
 
 KaaException (const std::string &message)
 
 KaaException (const std::exception &e)
 
virtual const char * what () const throw ()
 
virtual ~KaaException ()=default
 

Detailed Description

Definition at line 39 of file KaaException.hpp.

Constructor & Destructor Documentation

kaa::KaaException::KaaException ( )
inline

Definition at line 41 of file KaaException.hpp.

kaa::KaaException::KaaException ( boost::format &  f)
inline

Definition at line 43 of file KaaException.hpp.

kaa::KaaException::KaaException ( const std::string &  message)
inline

Definition at line 51 of file KaaException.hpp.

kaa::KaaException::KaaException ( const std::exception &  e)
inline

Definition at line 59 of file KaaException.hpp.

virtual kaa::KaaException::~KaaException ( )
virtualdefault

Member Function Documentation

virtual const char* kaa::KaaException::what ( ) const
throw (
)
inlinevirtual

Definition at line 66 of file KaaException.hpp.


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