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

SDLException Class Reference

Inheritance diagram for SDLException:

Inheritance graph
[legend]
Collaboration diagram for SDLException:

Collaboration graph
[legend]

Detailed Description

Exception about SDL fail.

Definition at line 9 of file SDLException.h.

Public Member Functions

 SDLException (const ExInfo &problem)
 Add SDL_GetError to info.


Constructor & Destructor Documentation

SDLException::SDLException const ExInfo problem  ) 
 

Add SDL_GetError to info.

Parameters:
problem detail info

Definition at line 18 of file SDLException.cpp.

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


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