reSIProcate/DialogUsageManager  9694
Public Member Functions
resip::HandleException Class Reference

#include <HandleException.hxx>

Inheritance diagram for resip::HandleException:
Inheritance graph
[legend]
Collaboration diagram for resip::HandleException:
Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 9 of file HandleException.hxx.


Constructor & Destructor Documentation

HandleException::HandleException ( const Data msg,
const Data file,
int  line 
)

Definition at line 5 of file HandleException.cxx.

   : BaseException(msg, file, line)
{
}

Member Function Documentation

const char * HandleException::name ( ) const [virtual]

Implements resip::BaseException.

Definition at line 11 of file HandleException.cxx.

{
   return "HandleException";
}

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