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

Public Member Functions | |
| PostingFailedError (const char *txt="unknown") | |
| PostingFailedError (const char *txt, const char *file, const char *function, int line) | |
| PostingFailedError (const string &txt) | |
| PostingFailedError (const string &txt, const char *file, const char *function, int line) | |
| virtual void | print () |
Definition at line 222 of file NSError.h.
|
|
Definition at line 224 of file NSError.h.
00224 :NSError(txt) { 00225 } PostingFailedError(const char *txt, const char *file, |
|
||||||||||||||||||||
|
Definition at line 225 of file NSError.h.
00226 :NSError(txt, 00227 file, 00228 function, 00229 line) 00230 { 00231 } |
|
|
Definition at line 232 of file NSError.h.
00232 :NSError(txt) { 00233 } |
|
||||||||||||||||||||
|
Definition at line 234 of file NSError.h.
00235 :NSError(txt, 00236 file, 00237 function, 00238 line) { 00239 } |
|
|
Reimplemented from NSError. Definition at line 241 of file NSError.h. References slog.
|
1.3.6-20040222