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

Ars::ExceptionFreeType Class Reference

Exceptions caused by FreeType errors. More...

#include <arsexception.h>

Inheritance diagram for Ars::ExceptionFreeType:

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

Collaboration graph
[legend]

Public Member Functions

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


Detailed Description

Exceptions caused by FreeType errors.

Definition at line 37 of file arsexception.h.


Constructor & Destructor Documentation

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

sWhat A string for more information on what caused the exception

Definition at line 41 of file arsexception.h.

00041 : 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