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

An exception for preset manager. More...

#include <PresetManager.h>

Inheritance diagram for krotos::PresetException:

Public Member Functions

 PresetException (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 preset manager.

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

Constructor & Destructor Documentation

◆ PresetException()

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

Member Function Documentation

◆ what()

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

◆ when()

String krotos::PresetException::when ( ) const

Member Data Documentation

◆ m_whenDidItHappen

String krotos::PresetException::m_whenDidItHappen
private

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