MrSID Decode SDK for LiDAR Reference Manual  1.1.3.4427
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:
Error

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:
filethe file name where the error occurred
functhe function name where the error occurred
linethe line number where the error occurred

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