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