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

TTFException Class Reference

Inheritance diagram for TTFException:

Inheritance graph
[legend]
Collaboration diagram for TTFException:

Collaboration graph
[legend]

Detailed Description

Exception about SDL_ttf fail.

Definition at line 9 of file TTFException.h.

Public Member Functions

 TTFException (const ExInfo &problem)
 Add TTF_GetError to info.


Constructor & Destructor Documentation

TTFException::TTFException const ExInfo problem  ) 
 

Add TTF_GetError to info.

Parameters:
problem detail info

Definition at line 18 of file TTFException.cpp.

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


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