Exception class for failed resource allocation. More...

Public Member Functions | |
| ResourceLoadingException (const std::string &message) | |
| Constructor. | |
Exception class for failed resource allocation.
Is thrown by thor::ResourceManager in case of resources that couldn't be loaded.
| thor::ResourceLoadingException::ResourceLoadingException | ( | const std::string & | message | ) | [explicit] |
Constructor.
| message | The exception message (how the error occurred). |