|
reSIProcate/stack
9694
|
Thrown when there is an error parsing a multi-part mixed contents envelope. More...
#include <MultipartMixedContents.hxx>


Public Member Functions | |
| Exception (const Data &msg, const Data &file, const int line) | |
| const char * | name () const |
Thrown when there is an error parsing a multi-part mixed contents envelope.
Definition at line 49 of file MultipartMixedContents.hxx.
| resip::MultipartMixedContents::Exception::Exception | ( | const Data & | msg, |
| const Data & | file, | ||
| const int | line | ||
| ) | [inline] |
Definition at line 52 of file MultipartMixedContents.hxx.
: BaseException(msg, file, line) {}
| const char* resip::MultipartMixedContents::Exception::name | ( | ) | const [inline, virtual] |
Implements resip::BaseException.
Definition at line 55 of file MultipartMixedContents.hxx.
{ return "MultipartMixedContents::Exception"; }
1.7.5.1