|
reSIProcate/stack
9694
|
Exception class used by ParserCategory. More...
#include <ParserCategory.hxx>


Public Member Functions | |
| Exception (const Data &msg, const Data &file, const int line) | |
| const char * | name () const |
Exception class used by ParserCategory.
Definition at line 205 of file ParserCategory.hxx.
| 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) {}
| const char* resip::ParserCategory::Exception::name | ( | ) | const [inline, virtual] |
Implements resip::BaseException.
Definition at line 211 of file ParserCategory.hxx.
{ return "ParserCategory::Exception"; }
1.7.5.1