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

#include <DumException.hxx>

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

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 9 of file DumException.hxx.


Constructor & Destructor Documentation

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

Definition at line 12 of file DumException.hxx.

         : BaseException(msg, file, line) {}

Member Function Documentation

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

Implements resip::BaseException.

Definition at line 14 of file DumException.hxx.

{ return "DumException"; }

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