reSIProcate/stack  9694
Public Member Functions
resip::MultipartMixedContents::Exception Class Reference

Thrown when there is an error parsing a multi-part mixed contents envelope. More...

#include <MultipartMixedContents.hxx>

Inheritance diagram for resip::MultipartMixedContents::Exception:
Inheritance graph
[legend]
Collaboration diagram for resip::MultipartMixedContents::Exception:
Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Detailed Description

Thrown when there is an error parsing a multi-part mixed contents envelope.

See also:
resip::BaseException

Definition at line 49 of file MultipartMixedContents.hxx.


Constructor & Destructor Documentation

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) {}

Member Function Documentation

const char* resip::MultipartMixedContents::Exception::name ( ) const [inline, virtual]

Implements resip::BaseException.

Definition at line 55 of file MultipartMixedContents.hxx.

{ return "MultipartMixedContents::Exception"; }

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