libcaf  0.13.2
Public Member Functions | Protected Member Functions | List of all members
caf::caf_exception Class Reference

Base class for exceptions. More...

#include <exception.hpp>

Inheritance diagram for caf::caf_exception:
caf::actor_exited caf::network_error caf::bind_failure

Public Member Functions

 caf_exception (const caf_exception &)=default
 
caf_exceptionoperator= (const caf_exception &)=default
 
const char * what () const noexcept
 Returns the error message.
 

Protected Member Functions

 caf_exception (std::string &&what_str)
 Creates an exception with the error string what_str.
 
 caf_exception (const std::string &what_str)
 Creates an exception with the error string what_str.
 

Detailed Description

Base class for exceptions.


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