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

Public Member Functions | |
| NoSuchGroupError (const char *txt="unknown") | |
| NoSuchGroupError (const char *txt, const char *file, const char *function, int line) | |
| NoSuchGroupError (const string &txt) | |
| NoSuchGroupError (const string &txt, const char *file, const char *function, int line) | |
| virtual void | print () |
Definition at line 123 of file NSError.h.
|
|
Definition at line 125 of file NSError.h.
00125 :NSError(txt) { 00126 } NoSuchGroupError(const char *txt, const char *file, |
|
||||||||||||||||||||
|
Definition at line 126 of file NSError.h.
00127 :NSError(txt, 00128 file, 00129 function, 00130 line) { 00131 } |
|
|
Definition at line 132 of file NSError.h.
00132 :NSError(txt) { 00133 } |
|
||||||||||||||||||||
|
Definition at line 134 of file NSError.h.
00135 :NSError(txt, file, 00136 function, 00137 line) { 00138 } |
|
|
Reimplemented from NSError. Definition at line 140 of file NSError.h. References slog.
|
1.3.6-20040222