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

Public Member Functions | |
| SystemError (const char *txt="unknown", int errnbr=-1) | |
| SystemError (const string &txt, int errnbr=-1) | |
| SystemError (const char *txt, int errnbr, const char *file, const char *function, int line) | |
| SystemError (const string &txt, int errnbr, const char *file, const char *function, int line) | |
| virtual void | print () |
Public Attributes | |
| int | _errno |
Definition at line 75 of file Error.h.
|
||||||||||||
|
Definition at line 78 of file Error.h. References _errno.
00079 :Error(txt), _errno(errnbr) { 00080 } SystemError(const string & txt, int errnbr = -1) |
|
||||||||||||
|
Definition at line 80 of file Error.h.
|
|
||||||||||||||||||||||||
|
Definition at line 83 of file Error.h. References _errno.
|
|
||||||||||||||||||||||||
|
Definition at line 87 of file Error.h. References _errno.
|
|
|
Reimplemented from Error. Reimplemented in IOError. Definition at line 92 of file Error.h.
|
|
|
Definition at line 77 of file Error.h. Referenced by print(), and SystemError(). |
1.3.6-20040222