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

Exception class used by ParserCategory. More...

#include <ParserCategory.hxx>

Inheritance diagram for resip::ParserCategory::Exception:
Inheritance graph
[legend]
Collaboration diagram for resip::ParserCategory::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

Exception class used by ParserCategory.

Definition at line 205 of file ParserCategory.hxx.


Constructor & Destructor Documentation

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

Definition at line 208 of file ParserCategory.hxx.

               : BaseException(msg, file, line) {}

Member Function Documentation

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

Implements resip::BaseException.

Definition at line 211 of file ParserCategory.hxx.

{ return "ParserCategory::Exception"; }

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