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

An exception for asset manager, specifc to encrypted assets. More...

#include <AssetManager.h>

Inheritance diagram for krotos::EncryptedAssetException:

Public Member Functions

 EncryptedAssetException (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, specifc to encrypted assets.

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

Constructor & Destructor Documentation

◆ EncryptedAssetException()

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

Member Function Documentation

◆ what()

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

◆ when()

String krotos::EncryptedAssetException::when ( ) const

Member Data Documentation

◆ m_whenDidItHappen

String krotos::EncryptedAssetException::m_whenDidItHappen
private

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