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

MixException Class Reference

Inheritance diagram for MixException:

Inheritance graph
[legend]
Collaboration diagram for MixException:

Collaboration graph
[legend]

Detailed Description

Exception about SDL_mixer fail.

Definition at line 9 of file MixException.h.

Public Member Functions

 MixException (const ExInfo &problem)
 Add Mix_GetError to info.


Constructor & Destructor Documentation

MixException::MixException const ExInfo problem  ) 
 

Add Mix_GetError to info.

Parameters:
problem detail info

Definition at line 18 of file MixException.cpp.

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


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