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

Public Member Functions | |
| NoNewsServerError (const char *txt="unknown") | |
| NoNewsServerError (const char *txt, const char *file, const char *function, int line) | |
| NoNewsServerError (const string &txt) | |
| NoNewsServerError (const string &txt, const char *file, const char *function, int line) | |
| virtual void | print () |
Definition at line 90 of file NSError.h.
|
|
Definition at line 92 of file NSError.h.
00092 :NSError(txt) { 00093 } NoNewsServerError(const char *txt, const char *file, |
|
||||||||||||||||||||
|
Definition at line 93 of file NSError.h.
00094 :NSError(txt, 00095 file, 00096 function, 00097 line) { 00098 } |
|
|
Definition at line 99 of file NSError.h.
00099 :NSError(txt) { 00100 } |
|
||||||||||||||||||||
|
Definition at line 101 of file NSError.h.
00102 :NSError(txt, 00103 file, 00104 function, 00105 line) { 00106 } |
|
|
Reimplemented from NSError. Definition at line 108 of file NSError.h. References slog.
|
1.3.6-20040222