openMSX
|
Thrown when a subsystem initialisation fails. More...
#include <InitException.hh>
Public Member Functions | |
MSXException ()=default | |
MSXException (std::string message_) | |
template<typename T , typename... Args> requires (!std::same_as<MSXException, std::remove_cvref_t<T>>) | |
MSXException (T &&t, Args &&... args) | |
Public Member Functions inherited from openmsx::MSXException | |
MSXException ()=default | |
MSXException (std::string message_) | |
template<typename T , typename... Args> requires (!std::same_as<MSXException, std::remove_cvref_t<T>>) | |
MSXException (T &&t, Args &&... args) | |
const std::string & | getMessage () const & |
std::string | getMessage () && |
Thrown when a subsystem initialisation fails.
For example: opening video surface, opening audio output etc.
Definition at line 11 of file InitException.hh.
|
explicitdefault |
|
inlineexplicit |
Definition at line 16 of file MSXException.hh.
|
inlineexplicit |
Definition at line 21 of file MSXException.hh.