reSIProcate/stack  9694
Public Member Functions
resip::SipMessage::Exception Class Reference

Base exception for SipMessage related exceptions. More...

#include <SipMessage.hxx>

Inheritance diagram for resip::SipMessage::Exception:
Inheritance graph
[legend]
Collaboration diagram for resip::SipMessage::Exception:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Exception (const Data &msg, const Data &file, const int line)
 constructor that records an exception message, the file and the line that the exception occured in.
const char * name () const
 returns the class name of the exception instance

Detailed Description

Base exception for SipMessage related exceptions.

Definition at line 200 of file SipMessage.hxx.


Constructor & Destructor Documentation

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

constructor that records an exception message, the file and the line that the exception occured in.

Definition at line 207 of file SipMessage.hxx.

               : BaseException(msg, file, line) {}

Member Function Documentation

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

returns the class name of the exception instance

Returns:
the class name of the instance

Implements resip::BaseException.

Definition at line 213 of file SipMessage.hxx.

{ return "SipMessage::Exception"; }

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