libpgf  6.11.42
PGF - Progressive Graphics File
IOException Struct Reference

PGF exception. More...

#include <PGFtypes.h>

List of all members.

Public Member Functions

 IOException ()
 Standard constructor.
 IOException (OSError err)

Public Attributes

OSError error
 operating system error code

Detailed Description

PGF exception.

PGF I/O exception

Author:
C. Stamm

Definition at line 181 of file PGFtypes.h.


Constructor & Destructor Documentation

Standard constructor.

Definition at line 183 of file PGFtypes.h.

: error(NoError) {}
IOException::IOException ( OSError  err) [inline]

Constructor

Parameters:
errRun-time error

Definition at line 186 of file PGFtypes.h.

: error(err) {}

Member Data Documentation

operating system error code

Definition at line 188 of file PGFtypes.h.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines