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

Thrown to indicate that an actor publishing failed because the requested port could not be used. More...

#include <exception.hpp>

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

Public Member Functions

 bind_failure (std::string &&what_str)
 
 bind_failure (const std::string &what_str)
 
 bind_failure (const bind_failure &)=default
 
bind_failureoperator= (const bind_failure &)=default
 
- Public Member Functions inherited from caf::network_error
 network_error (std::string &&what_str)
 
 network_error (const std::string &what_str)
 
 network_error (const network_error &)=default
 
network_erroroperator= (const network_error &)=default
 
- Public Member Functions inherited from caf::caf_exception
 caf_exception (const caf_exception &)=default
 
caf_exceptionoperator= (const caf_exception &)=default
 
const char * what () const noexcept
 Returns the error message.
 

Additional Inherited Members

- Protected Member Functions inherited from caf::caf_exception
 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

Thrown to indicate that an actor publishing failed because the requested port could not be used.


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