CEGUI::AlreadyExistsException Class Reference

Exception class used when an attempt is made to use an object name that is already in use within the system. More...

Inheritance diagram for CEGUI::AlreadyExistsException:

Inheritance graph
[legend]
Collaboration diagram for CEGUI::AlreadyExistsException:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 AlreadyExistsException (const String &message, const String &file="unknown", int line=0)
 Constructor that is responsible for logging the already exists exception by calling the base class.


Detailed Description

Exception class used when an attempt is made to use an object name that is already in use within the system.

Constructor & Destructor Documentation

CEGUI::AlreadyExistsException::AlreadyExistsException ( const String message,
const String file = "unknown",
int  line = 0 
) [inline]

Constructor that is responsible for logging the already exists exception by calling the base class.

Parameters:
message String object describing the reason for the already exists exception being thrown.
filename String object containing the name of the file where the already exists exception occurred.
line Integer representing the line number where the already exists exception occurred.
Remarks:
The already exists exception name is automatically passed to the base class as "CEGUI::AlreadyExistsException".


Generated on Thu Nov 27 20:34:27 2008 for Crazy Eddies GUI System by  doxygen 1.5.7.1