reSIProcate/rutil  9694
Public Member Functions
resip::DataException Class Reference

#include <DataException.hxx>

Inheritance diagram for resip::DataException:
Inheritance graph
[legend]
Collaboration diagram for resip::DataException:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual const char * name () const
const DatagetMessage () const
 DataException (const Data &msg, const Data &file, int line)

Detailed Description

Definition at line 13 of file DataException.hxx.


Constructor & Destructor Documentation

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

Definition at line 23 of file DataException.hxx.

         : BaseException(msg, file, line)
      {}

Member Function Documentation

const Data& resip::DataException::getMessage ( ) const [inline]

Reimplemented from resip::BaseException.

Definition at line 21 of file DataException.hxx.

References resip::BaseException::message.

{return message;}
virtual const char* resip::DataException::name ( ) const [inline, virtual]

Implements resip::BaseException.

Definition at line 16 of file DataException.hxx.

      {
         return "DataException";
      }

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