Public Member Functions | Protected Attributes
Exception Class Reference

#include <exception.h>

Inheritance diagram for Exception:
Inheritance graph
[legend]

List of all members.

Public Member Functions

int error_number () const throw ()
 Exception (const std::string &message, const int error_number) throw ()
std::string message () const throw ()
const char * what () const throw ()
virtual ~Exception () throw ()

Protected Attributes

const int _error_number
const std::string _message

Detailed Description

Definition at line 79 of file include/common/exception.h.


Constructor & Destructor Documentation

Exception::Exception ( const std::string &  message,
const int  error_number 
) throw () [inline]

Definition at line 85 of file include/common/exception.h.

virtual Exception::~Exception ( ) throw () [inline, virtual]

Definition at line 90 of file include/common/exception.h.


Member Function Documentation

int Exception::error_number ( ) const throw () [inline]

Definition at line 100 of file include/common/exception.h.

std::string Exception::message ( ) const throw () [inline]

Definition at line 93 of file include/common/exception.h.

const char* Exception::what ( ) const throw () [inline]

Definition at line 96 of file include/common/exception.h.


Member Data Documentation

const int Exception::_error_number [protected]

Definition at line 82 of file include/common/exception.h.

const std::string Exception::_message [protected]

Definition at line 81 of file include/common/exception.h.


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


kni
Author(s): Martin Günther
autogenerated on Thu Aug 27 2015 13:40:08