EpcTools
An event based multi-threaded C++ development framework.
Public Member Functions | List of all members
FDException Class Reference

Exception base class used within the freeDiameter wrapper classes. More...

#include <efd.h>

Inheritance diagram for FDException:

Public Member Functions

 FDException (const char *m)
 Class constructor. More...
 
 FDException (const std::string &m)
 Class constructor. More...
 

Detailed Description

Exception base class used within the freeDiameter wrapper classes.

Constructor & Destructor Documentation

◆ FDException() [1/2]

FDException::FDException ( const char *  m)
inline

Class constructor.

Parameters
mthe text associated with the exception.

◆ FDException() [2/2]

FDException::FDException ( const std::string &  m)
inline

Class constructor.

Parameters
mthe text associated with the exception.

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