reSIProcate/rutil  9694
Public Member Functions
resip::RROverlay::OverlayException Class Reference

#include <RROverlay.hxx>

Inheritance diagram for resip::RROverlay::OverlayException:
Inheritance graph
[legend]
Collaboration diagram for resip::RROverlay::OverlayException:
Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 27 of file RROverlay.hxx.


Constructor & Destructor Documentation

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

Definition at line 30 of file RROverlay.hxx.

               : BaseException(msg, file, line) 
            {
            }

Member Function Documentation

const char* resip::RROverlay::OverlayException::name ( ) const [inline, virtual]

Implements resip::BaseException.

Definition at line 35 of file RROverlay.hxx.

{ return "OverlayException"; }

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