client-cpp  0.6.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)
 
virtual const char * what () const throw ()
 
virtual ~KaaException () throw ()
 

Detailed Description

Definition at line 27 of file KaaException.hpp.

Constructor & Destructor Documentation

kaa::KaaException::KaaException ( )
inline

Definition at line 29 of file KaaException.hpp.

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

Definition at line 31 of file KaaException.hpp.

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

Definition at line 47 of file KaaException.hpp.

virtual kaa::KaaException::~KaaException ( )
throw (
)
inlinevirtual

Definition at line 67 of file KaaException.hpp.

Member Function Documentation

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

Definition at line 63 of file KaaException.hpp.


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