#include <POSIXExceptions.h>
Inheritance diagram for CODEX_Exceptions::GetTimeOfDayException:


Public Member Functions | |
| GetTimeOfDayException (const string &fname, int line, unsigned long error) | |
| Constructor. | |
| virtual | ~GetTimeOfDayException () |
| Virtual destructor. | |
| unsigned long | error () const |
| Error code from sys/errno.h. | |
| void | report () const |
| Derived classes override this method to display their error messages. | |
| const string & | fname () const |
| Name of file in which the exception occurred. | |
| int | line () const |
| Line number in file where the exception was thrown. | |
Protected Attributes | |
| string | m_fname |
| The name of the file in which the exception occurred. | |
| int | m_line |
| The line number in the file where the exception was thrown. | |
Definition at line 29 of file POSIXExceptions.h.
1.4.1