$search

Exception Class Reference
[Exceptions]

#include <exception.h>

Inheritance diagram for Exception:
Inheritance graph
[legend]

List of all members.

Public Member Functions

const 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

const 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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines


kni
Author(s): Neuronics AG (see AUTHORS.txt); ROS wrapper by Martin Günther
autogenerated on Tue Mar 5 12:33:25 2013