reSIProcate/rutil  9694
Public Member Functions
resip::DnsCnameRecord::CnameException Class Reference

#include <DnsCnameRecord.hxx>

Inheritance diagram for resip::DnsCnameRecord::CnameException:
Inheritance graph
[legend]
Collaboration diagram for resip::DnsCnameRecord::CnameException:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 CnameException (const Data &msg, const Data &file, const int line)
const char * name () const

Detailed Description

Definition at line 17 of file DnsCnameRecord.hxx.


Constructor & Destructor Documentation

resip::DnsCnameRecord::CnameException::CnameException ( const Data msg,
const Data file,
const int  line 
) [inline]

Definition at line 20 of file DnsCnameRecord.hxx.

               : BaseException(msg, file, line) 
            {
            }

Member Function Documentation

const char* resip::DnsCnameRecord::CnameException::name ( ) const [inline, virtual]

Implements resip::BaseException.

Definition at line 25 of file DnsCnameRecord.hxx.

{ return "CnameException"; }

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