reSIProcate/stack  9694
Public Member Functions
resip::DnsInterface::Exception Class Reference

#include <DnsInterface.hxx>

Inheritance diagram for resip::DnsInterface::Exception:
Inheritance graph
[legend]
Collaboration diagram for resip::DnsInterface::Exception:
Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 28 of file DnsInterface.hxx.


Constructor & Destructor Documentation

resip::DnsInterface::Exception::Exception ( const Data msg,
const Data file,
const int  line 
) [inline]

Definition at line 31 of file DnsInterface.hxx.

: BaseException(msg,file,line){}

Member Function Documentation

const char* resip::DnsInterface::Exception::name ( ) const [inline, virtual]

Implements resip::BaseException.

Definition at line 32 of file DnsInterface.hxx.

{ return "DnsInterface::Exception"; }

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