|
reSIProcate/rutil
9694
|
#include <DataException.hxx>


Public Member Functions | |
| virtual const char * | name () const |
| const Data & | getMessage () const |
| DataException (const Data &msg, const Data &file, int line) | |
Definition at line 13 of file DataException.hxx.
Definition at line 23 of file DataException.hxx.
: BaseException(msg, file, line) {}
| 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";
}
1.7.5.1