|
reSIProcate/stack
9694
|
Base exception for SipMessage related exceptions. More...
#include <SipMessage.hxx>


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 | |
Base exception for SipMessage related exceptions.
Definition at line 200 of file SipMessage.hxx.
| 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) {}
| const char* resip::SipMessage::Exception::name | ( | ) | const [inline, virtual] |
returns the class name of the exception instance
Implements resip::BaseException.
Definition at line 213 of file SipMessage.hxx.
{ return "SipMessage::Exception"; }
1.7.5.1