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

#include <InviteServer.hxx>

Inheritance diagram for Loadgen::InviteServer::Exception:
Inheritance graph
[legend]
Collaboration diagram for Loadgen::InviteServer::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 20 of file InviteServer.hxx.


Constructor & Destructor Documentation

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

Definition at line 23 of file InviteServer.hxx.

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

Definition at line 29 of file InviteServer.hxx.

{}

Member Function Documentation

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

Implements resip::BaseException.

Definition at line 31 of file InviteServer.hxx.

            { 
               return "InviteServer::BaseException";
            }

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