#include <conversation.h>
Inherits runtime_error.
Definition at line 56 of file conversation.h.
◆ ProtocolException() [1/2]
| fipa::acl::conversation::ProtocolException::ProtocolException |
( |
| ) |
|
|
inline |
Definition at line 58 of file conversation.h.
59 : std::runtime_error(
"fipa::acl::conversation::ProtocolException")
◆ ProtocolException() [2/2]
| fipa::acl::conversation::ProtocolException::ProtocolException |
( |
const std::string & |
msg | ) |
|
|
inline |
Definition at line 62 of file conversation.h.
63 : std::runtime_error(
"fipa::acl::conversation::ProtocolException: '" + msg +
"'" )
The documentation for this struct was generated from the following file:
- /build/rock-master-18.09-multiagent-fipa-acl-0.20180914/src/conversation_monitor/conversation.h