fipa_acl  1.4
Public Member Functions | List of all members
fipa::acl::conversation::ProtocolException Struct Reference

#include <conversation.h>

Inherits runtime_error.

Public Member Functions

 ProtocolException ()
 
 ProtocolException (const std::string &msg)
 

Detailed Description

Definition at line 56 of file conversation.h.

Constructor & Destructor Documentation

fipa::acl::conversation::ProtocolException::ProtocolException ( )
inline

Definition at line 58 of file conversation.h.

59  : std::runtime_error("fipa::acl::conversation::ProtocolException")
60  {}
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 + "'" )
64  {}

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