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

#include <ExtensionHeader.hxx>

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

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 17 of file ExtensionHeader.hxx.


Constructor & Destructor Documentation

ExtensionHeader::Exception::Exception ( const Data msg,
const Data file,
const int  line 
)

Definition at line 45 of file ExtensionHeader.cxx.

   : BaseException(msg, file, line) 
{}

Member Function Documentation

const char * ExtensionHeader::Exception::name ( ) const [virtual]

Implements resip::BaseException.

Definition at line 50 of file ExtensionHeader.cxx.

{
 return "ExtensionHeader::Exception"; 
}

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