libpgf  6.14.12
PGF - Progressive Graphics File
IOException Struct Reference

PGF exception. More...

#include <PGFtypes.h>

Public Member Functions

 IOException ()
 Standard constructor. More...
 
 IOException (OSError err)
 

Public Attributes

OSError error
 operating system error code More...
 

Detailed Description

PGF exception.

PGF I/O exception

Author
C. Stamm

Definition at line 180 of file PGFtypes.h.

Constructor & Destructor Documentation

◆ IOException() [1/2]

IOException::IOException ( )
inline

Standard constructor.

Definition at line 182 of file PGFtypes.h.

182 : error(NoError) {}

◆ IOException() [2/2]

IOException::IOException ( OSError  err)
inline

Constructor

Parameters
errRun-time error

Definition at line 185 of file PGFtypes.h.

185 : error(err) {}

Member Data Documentation

◆ error

OSError IOException::error

operating system error code

Definition at line 187 of file PGFtypes.h.


The documentation for this struct was generated from the following file:
IOException::error
OSError error
operating system error code
Definition: PGFtypes.h:187