libpgf  6.12.24
PGF - Progressive Graphics File
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
IOException Exception Referencefinal

#include <PGFtypes.h>

Private Member Functions

 IOException ()
 Standard constructor.
 
 IOException (OSError err)
 

Private Attributes

OSError error
 operating system error code
 

Detailed Description

Definition at line 179 of file PGFtypes.h.

Constructor & Destructor Documentation

IOException::IOException ( )
inlineprivate

Standard constructor.

Definition at line 182 of file PGFtypes.h.

: error(NoError) {}
IOException::IOException ( OSError  err)
inlineprivate

Constructor

Parameters
errRun-time error

Definition at line 185 of file PGFtypes.h.

: error(err) {}

Member Data Documentation

OSError IOException::error
private

operating system error code

Definition at line 187 of file PGFtypes.h.


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