libcppa  Version 0.1
Public Member Functions | Protected Member Functions
cppa::exception Class Reference

#include <exception.hpp>

Inheritance diagram for cppa::exception:
cppa::actor_exited cppa::network_error cppa::bind_failure

List of all members.

Public Member Functions

const char * what () const throw ()

Protected Member Functions

 exception (std::string &&what_str)
 exception (const std::string &what_str)

Detailed Description

Base class for libcppa exceptions.


Constructor & Destructor Documentation

cppa::exception::exception ( std::string &&  what_str) [protected]

Creates an exception with the error string what_str.

Parameters:
what_strError message as rvalue string.
cppa::exception::exception ( const std::string &  what_str) [protected]

Creates an exception with the error string what_str.

Parameters:
what_strError message as string.

Member Function Documentation

const char* cppa::exception::what ( ) const throw ()

Returns the error message.

Returns:
The error message as C-string.

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