reSIProcate/rutil  9694
Public Member Functions
resip::DnsNaptrRecord::NaptrException Class Reference

#include <DnsNaptrRecord.hxx>

Inheritance diagram for resip::DnsNaptrRecord::NaptrException:
Inheritance graph
[legend]
Collaboration diagram for resip::DnsNaptrRecord::NaptrException:
Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 20 of file DnsNaptrRecord.hxx.


Constructor & Destructor Documentation

resip::DnsNaptrRecord::NaptrException::NaptrException ( const Data msg,
const Data file,
const int  line 
) [inline]

Definition at line 23 of file DnsNaptrRecord.hxx.

               : BaseException(msg, file, line) 
            {
            }

Member Function Documentation

const char* resip::DnsNaptrRecord::NaptrException::name ( ) const [inline, virtual]

Implements resip::BaseException.

Definition at line 28 of file DnsNaptrRecord.hxx.

{ return "NaptrException"; }

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