reSIProcate/rutil  9694
Public Member Functions
resip::DnsSrvRecord::SrvException Class Reference

#include <DnsSrvRecord.hxx>

Inheritance diagram for resip::DnsSrvRecord::SrvException:
Inheritance graph
[legend]
Collaboration diagram for resip::DnsSrvRecord::SrvException:
Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 19 of file DnsSrvRecord.hxx.


Constructor & Destructor Documentation

resip::DnsSrvRecord::SrvException::SrvException ( const Data msg,
const Data file,
const int  line 
) [inline]

Definition at line 22 of file DnsSrvRecord.hxx.

               : BaseException(msg, file, line) 
            {
            }

Member Function Documentation

const char* resip::DnsSrvRecord::SrvException::name ( ) const [inline, virtual]

Implements resip::BaseException.

Definition at line 27 of file DnsSrvRecord.hxx.

{ return "SrvException"; }

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