libpgf
6.14.12
PGF - Progressive Graphics File
|
PGF exception. More...
#include <PGFtypes.h>
Public Member Functions | |
IOException () | |
Standard constructor. | |
IOException (OSError err) | |
Public Attributes | |
OSError | error |
operating system error code |
IOException::IOException | ( | ) | [inline] |
IOException::IOException | ( | OSError | err | ) | [inline] |
Constructor
err | Run-time error |
Definition at line 185 of file PGFtypes.h.
: error(err) {}
OSError IOException::error |
operating system error code
Definition at line 187 of file PGFtypes.h.