CEGUI::InvalidRequestException Class Reference

Exception class used when some impossible request was made for the current system state. More...

Inheritance diagram for CEGUI::InvalidRequestException:

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

Collaboration graph
[legend]

List of all members.

Public Member Functions

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


Detailed Description

Exception class used when some impossible request was made for the current system state.

Constructor & Destructor Documentation

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

Constructor that is responsible for logging the invalid request exception by calling the base class.

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


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