reSIProcate/stack  9694
Public Member Functions
Loadgen::InviteClient::Exception Class Reference

#include <InviteClient.hxx>

Inheritance diagram for Loadgen::InviteClient::Exception:
Inheritance graph
[legend]
Collaboration diagram for Loadgen::InviteClient::Exception:
Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 21 of file InviteClient.hxx.


Constructor & Destructor Documentation

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

Definition at line 24 of file InviteClient.hxx.

               : resip::BaseException(msg, file, line) 
            {}
Loadgen::InviteClient::Exception::~Exception ( ) throw () [inline]

Definition at line 30 of file InviteClient.hxx.

{}

Member Function Documentation

virtual const char* Loadgen::InviteClient::Exception::name ( ) const [inline, virtual]

Implements resip::BaseException.

Definition at line 32 of file InviteClient.hxx.

            { 
               return "InviteClient::BaseException";
            }

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