![]() |
Exception class for invalid resource access. More...
Public Member Functions | |
ResourceAccessException (const std::string &message) | |
Constructor. |
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.
thor::ResourceAccessException::ResourceAccessException | ( | const std::string & | message | ) | [explicit] |
Constructor.
message | The exception message (how the error occurred). |