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

#include <DeprecatedDialog.hxx>

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

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 22 of file DeprecatedDialog.hxx.


Constructor & Destructor Documentation

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

Definition at line 25 of file DeprecatedDialog.hxx.

                                      : BaseException(msg,file,line){}

Member Function Documentation

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

Implements resip::BaseException.

Definition at line 28 of file DeprecatedDialog.hxx.

{ return "Dialog::Exception"; }

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