reSIProcate/rutil  9694
Public Member Functions | Protected Member Functions
resip::DnsUtil::Exception Class Reference

#include <DnsUtil.hxx>

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

List of all members.

Public Member Functions

 Exception (const Data &msg, const Data &file, const int line)

Protected Member Functions

virtual const char * name () const

Detailed Description

Definition at line 31 of file DnsUtil.hxx.


Constructor & Destructor Documentation

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

Definition at line 34 of file DnsUtil.hxx.

               : BaseException(msg, file, line) {}            

Member Function Documentation

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

Implements resip::BaseException.

Definition at line 39 of file DnsUtil.hxx.

{ return "DnsUtil::Exception"; }

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