List of all members | Public Member Functions
thor::ResourceAccessException Class Reference

Exception class for invalid resource access. More...

Inherits Exception.

Public Member Functions

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

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: