libcaf
0.13.2
|
Thrown to indicate that an actor publishing failed because the requested port could not be used. More...
#include <exception.hpp>
Public Member Functions | |
bind_failure (std::string &&what_str) | |
bind_failure (const std::string &what_str) | |
bind_failure (const bind_failure &)=default | |
bind_failure & | operator= (const bind_failure &)=default |
![]() | |
network_error (std::string &&what_str) | |
network_error (const std::string &what_str) | |
network_error (const network_error &)=default | |
network_error & | operator= (const network_error &)=default |
![]() | |
caf_exception (const caf_exception &)=default | |
caf_exception & | operator= (const caf_exception &)=default |
const char * | what () const noexcept |
Returns the error message. | |
Additional Inherited Members | |
![]() | |
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 . | |
Thrown to indicate that an actor publishing failed because the requested port could not be used.