reSIProcate/rutil  9694
Public Member Functions
resip::DnsStub::DnsStubException Class Reference

#include <DnsStub.hxx>

Inheritance diagram for resip::DnsStub::DnsStubException:
Inheritance graph
[legend]
Collaboration diagram for resip::DnsStub::DnsStubException:
Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 122 of file DnsStub.hxx.


Constructor & Destructor Documentation

resip::DnsStub::DnsStubException::DnsStubException ( const Data msg,
const Data file,
const int  line 
) [inline]

Definition at line 125 of file DnsStub.hxx.

               : BaseException(msg, file, line) 
            {
            }

Member Function Documentation

const char* resip::DnsStub::DnsStubException::name ( ) const [inline, virtual]

Implements resip::BaseException.

Definition at line 130 of file DnsStub.hxx.

{ return "DnsStubException"; }

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