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

Public Member Functions | |
| NSError (const char *txt="unknown") | |
| NSError (const char *txt, const char *file, const char *function, int line) | |
| NSError (const string &txt) | |
| NSError (const string &txt, const char *file, const char *function, int line) | |
| virtual | ~NSError () |
| virtual void | print () |
Definition at line 29 of file NSError.h.
|
|
Definition at line 31 of file NSError.h.
|
|
||||||||||||||||||||
|
Definition at line 32 of file NSError.h.
00033 :Error(txt, file, function, line) { 00034 } |
|
|
Definition at line 35 of file NSError.h.
00035 :Error(txt) { 00036 } |
|
||||||||||||||||||||
|
Definition at line 37 of file NSError.h.
00038 :Error(txt, file, function, line) { 00039 } |
|
|
Definition at line 40 of file NSError.h.
00040 {
00041 }
|
|
|
Reimplemented from Error. Reimplemented in InvalidArticleError, NoSuchFieldError, NoNewsServerError, NoSuchGroupError, DuplicateArticleError, NoSuchArticleError, PostingFailedError, NotAllowedError, UsageError, and ResponseError. Definition at line 43 of file NSError.h. References slog.
|
1.3.6-20040222