fipa_acl  1.4
Public Member Functions | List of all members
MessageGeneratorException Class Reference

#include <exception.h>

Inherits runtime_error.

Public Member Functions

 MessageGeneratorException (const std::string &msg)
 

Detailed Description

Definition at line 7 of file exception.h.

Constructor & Destructor Documentation

◆ MessageGeneratorException()

MessageGeneratorException::MessageGeneratorException ( const std::string &  msg)
inline

Definition at line 11 of file exception.h.

11  : runtime_error(msg)
12  {
13  }

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