Public Member Functions

hamcast::connection_to_middleware_failed Class Reference
[Exception handling.]

Thrown to indicate that the client was unable to connect to a running HAMcast middleware. More...

#include <exception.hpp>

Inherits std::exception.

List of all members.

Public Member Functions

virtual const char * what () const throw ()
connection_error occurred_error () throw ()

Detailed Description

Thrown to indicate that the client was unable to connect to a running HAMcast middleware.


Member Function Documentation

connection_error hamcast::connection_to_middleware_failed::occurred_error (  )  throw ()

Get the occured error.

Returns:
the occurred error as connection_error
const char * hamcast::connection_to_middleware_failed::what (  )  const throw () [virtual]

Get the general cause of this failure.

Returns:
the occurred error as C-style string

The documentation for this class was generated from the following files:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator