reSIProcate/DialogUsageManager  9694
Public Member Functions
resip::Dialog::Exception Class Reference

#include <Dialog.hxx>

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

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 31 of file Dialog.hxx.


Constructor & Destructor Documentation

Dialog::Exception::Exception ( const Data msg,
const Data file,
int  line 
)

Definition at line 1141 of file Dialog.cxx.

   : BaseException(msg, file, line)
{
}

Member Function Documentation

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

Implements resip::BaseException.

Definition at line 35 of file Dialog.hxx.

{return "Dialog::Exception";}

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