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

#include <UsageUseException.hxx>

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

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 9 of file UsageUseException.hxx.


Constructor & Destructor Documentation

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

Definition at line 12 of file UsageUseException.hxx.

         : BaseException(msg, file, line) {}

Member Function Documentation

Data TestInviteSessionHandler::name ( ) const [inline, virtual]

Implements resip::BaseException.

Definition at line 14 of file UsageUseException.hxx.

{ return "UsageUseException"; }

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