Main Page | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

ImgException Class Reference

Inheritance diagram for ImgException:

Inheritance graph
[legend]
Collaboration diagram for ImgException:

Collaboration graph
[legend]

Detailed Description

Exception about SDL_image fail.

Definition at line 9 of file ImgException.h.

Public Member Functions

 ImgException (const ExInfo &problem)
 Add IMG_GetError to info.


Constructor & Destructor Documentation

ImgException::ImgException const ExInfo problem  ) 
 

Add IMG_GetError to info.

Parameters:
problem detail info

Definition at line 18 of file ImgException.cpp.

00019     : BaseException(ExInfo(problem).addInfo("IMG", IMG_GetError()))
00020 {
00021     /* empty */
00022 }


The documentation for this class was generated from the following files:
Generated on Wed Jun 1 09:55:21 2005 for Fish Fillets - Next Generation by  doxygen 1.4.2