#include <dsExpat.h>
Inheritance diagram for dsExpatException:
Public Methods | |
dsExpatException (int lineno, int colno, const char *format,...) | |
std::ostream & | print (std::ostream &os) |
virtual const char * | msg () |
virtual const char * | tag () |
void | fire (int facility, char *tag, char *format, va_list ap) |
void | fire (char *format, va_list ap) |
void | fire (char *tag, char *format, va_list ap) |
int | operator== (char *val) |
Protected Attributes | |
dsStrstream | _message |
dsStrstream | _tag |
int | _facility |
Friends | |
std::ostream & | operator<< (std::ostream &stream, dsSmartException &e) |
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from dsSmartException. |
|
|
|
|
|
|
|
|
|
|