libpgf  6.11.32
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

Detailed Description

PGF exception.

PGF I/O exception

Author:
C. Stamm

Constructor & Destructor Documentation

IOException::IOException ( ) [inline]

Standard constructor.

Definition at line 181 of file PGFtypes.h.

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

Constructor

Parameters:
errRun-time error

Definition at line 184 of file PGFtypes.h.

: error(err) {}

Member Data Documentation

Definition at line 186 of file PGFtypes.h.


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