Crazy Eddie's GUI System  0.8.4
CEGUI::InvalidRequestException Class Reference

Exception class used when some impossible request was made of the system. More...

+ Inheritance diagram for CEGUI::InvalidRequestException:
+ Collaboration diagram for CEGUI::InvalidRequestException:

List of all members.

Public Member Functions

 InvalidRequestException (const String &message, const String &file="unknown", int line=0, const String &function="unknown")
 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 of the system.


Constructor & Destructor Documentation

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

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

Parameters:
messageString object describing the reason for the invalid request exception being thrown.
filenameString object containing the name of the file where the invalid request exception occurred.
lineInteger representing the line number where the invalid request exception occurred.
functionString object containing the name of the function where the exception occurred.
Remarks:
The invalid request exception name is automatically passed to the base class as "CEGUI::InvalidRequestException".
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends