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

Ars::ExceptionSDL Class Reference

Exceptions caused by SDL errors. More...

#include <arsexception.h>

Inheritance diagram for Ars::ExceptionSDL:

Inheritance graph
[legend]
Collaboration diagram for Ars::ExceptionSDL:

Collaboration graph
[legend]

Public Member Functions

 ExceptionSDL (const std::string &sWhat)
 sWhat A string for more information on what caused the exception


Detailed Description

Exceptions caused by SDL errors.

Definition at line 28 of file arsexception.h.


Constructor & Destructor Documentation

Ars::ExceptionSDL::ExceptionSDL const std::string &  sWhat  )  [inline]
 

sWhat A string for more information on what caused the exception

Definition at line 32 of file arsexception.h.

00032 : ExceptionBase(sWhat) { }


The documentation for this class was generated from the following file:
Generated on Fri Dec 5 04:06:42 2003 for Borqueror by doxygen 1.3.3