Public Member Functions

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)
 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 
) [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.
Remarks:
The invalid request exception name is automatically passed to the base class as "CEGUI::InvalidRequestException".