Krotos Modules 3
Loading...
Searching...
No Matches
krotos::AssetException Class Reference

An exception for asset manager. More...

#include <AssetManager.h>

Inheritance diagram for krotos::AssetException:

Public Member Functions

 AssetException (const String &whatHappened, const String &whenDidItHappen)
 
char const * what () const noexcept override
 
String when () const
 

Private Attributes

String m_whenDidItHappen
 

Detailed Description

An exception for asset manager.

Specific exception for asset handling. Provides what() and when() functions.

Constructor & Destructor Documentation

◆ AssetException()

krotos::AssetException::AssetException ( const String & whatHappened,
const String & whenDidItHappen )
inline

Member Function Documentation

◆ what()

char const * krotos::AssetException::what ( ) const
overridenoexcept

◆ when()

String krotos::AssetException::when ( ) const

Member Data Documentation

◆ m_whenDidItHappen

String krotos::AssetException::m_whenDidItHappen
private

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