|
libpgf
6.11.32
PGF - Progressive Graphics File
|
PGF exception. More...
#include <PGFtypes.h>
Public Member Functions | |
| IOException () | |
| Standard constructor. | |
| IOException (OSError err) | |
Public Attributes | |
| OSError | error |
PGF exception.
PGF I/O exception
| IOException::IOException | ( | ) | [inline] |
| IOException::IOException | ( | OSError | err | ) | [inline] |
Constructor
| err | Run-time error |
Definition at line 184 of file PGFtypes.h.
: error(err) {}
| OSError IOException::error |
Definition at line 186 of file PGFtypes.h.