#include <FileDescriptor.h>
Inheritance diagram for FileDescriptor::Exception:


Public Methods | |
| Exception (string const &msg, int _savedErrno=0) | |
| virtual char const* | what () const |
| int | getErrno () const |
Private Attributes | |
| string | message |
| int | savedErrno |
Compatible with std::exception.
Definition at line 33 of file FileDescriptor.h.
|
|
Definition at line 39 of file FileDescriptor.h. |
|
|
Extract saved errno.
Definition at line 45 of file FileDescriptor.h. |
|
|
Extract error msg.
Definition at line 44 of file FileDescriptor.h. |
|
|
Description of the error condition.
Definition at line 35 of file FileDescriptor.h. |
|
|
Errno at the time of the error; zero if none available.
Definition at line 36 of file FileDescriptor.h. |
1.2.6 written by Dimitri van Heesch,
© 1997-2001