Exception Class Reference
Exception base class.
More...
#include <NEngine/Exception.h>
List of all members.
Public Member Functions |
| Exception (const std::string &userMessage) |
virtual const char * | what () const throw () |
Detailed Description
Exception base class.
Constructor & Destructor Documentation
Exception::Exception |
( |
const std::string & |
userMessage |
) |
[inline] |
Create a message of the format: "Exception received (USER_MESSAGE)"
- Parameters:
-
| userMessage | message from the user to display |
Member Function Documentation
const char * Exception::what |
( |
|
) |
const throw () [inline, virtual] |
- Returns:
- the error message
The documentation for this class was generated from the following file: