OSError Class Reference

OSError extends Error by using errno or GetLastError() to build the text description of the error.

#include <Error.h>

Inheritance diagram for OSError:

Inheritance graph
[legend]
Collaboration diagram for OSError:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 OSError (const char *file, const char *func, int line) throw ()
 Construct an OS error exception.


Detailed Description

Definition at line 102 of file Error.h.


Constructor & Destructor Documentation

OSError::OSError ( const char *  file,
const char *  func,
int  line 
) throw ()

This constructor looks at errno or GetLastError() to build the text description.

Parameters:
file the file name where the error occurred
func the function name where the error occurred
line the line number where the error occurred


The documentation for this class was generated from the following file:

LizardTech