#include <Error.h>
Inheritance diagram for Error:

Public Member Functions | |
| Error (const char *txt="unknown") | |
| Error (const char *txt, const char *file, const char *function, int line) | |
| Error (const string &txt) | |
| Error (const string &txt, const char *file, const char *function, int line) | |
| virtual | ~Error () |
| virtual void | print () |
Public Attributes | |
| string | _errtext |
| string | _file |
| string | _function |
| int | _line |
Definition at line 33 of file Error.h.
|
|
Definition at line 39 of file Error.h. References _errtext, Logger::p(), print(), slog, and VERB.
|
|
||||||||||||||||||||
|
Definition at line 42 of file Error.h.
|
|
|
Definition at line 48 of file Error.h. References _errtext, Logger::p(), print(), slog, and VERB.
|
|
||||||||||||||||||||
|
Definition at line 52 of file Error.h. References _errtext, _file, _function, Logger::p(), print(), slog, and VERB.
|
|
|
Definition at line 58 of file Error.h.
00058 {
00059 }
|
|
|
Reimplemented in InvalidArticleError, SyntaxError, NSError, NoSuchFieldError, NoNewsServerError, NoSuchGroupError, DuplicateArticleError, NoSuchArticleError, PostingFailedError, NotAllowedError, UsageError, ResponseError, SystemError, IOError, and AssertionError. Definition at line 61 of file Error.h. References _errtext, _file, _function, and slog. Referenced by Error().
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.6-20040222