Public Member Functions
thor::ResourceAccessException Class Reference

Exception class for invalid resource access. More...

List of all members.

Public Member Functions

 ResourceAccessException (const std::string &message)
 Constructor.

Detailed Description

Exception class for invalid resource access.

Is thrown when the user tries to access an invalid resource. Usually, this means that a requested resource has been already released or not yet loaded.


Constructor & Destructor Documentation

thor::ResourceAccessException::ResourceAccessException ( const std::string &  message) [explicit]

Constructor.

Parameters:
messageThe exception message (how the error occurred).

The documentation for this class was generated from the following file: