openMSX
|
Thrown when a subsystem initialisation fails. More...
#include <InitException.hh>
Public Member Functions | |
MSXException ()=default | |
MSXException (std::string message_) | |
template<typename... Args> | |
MSXException (Args &&... args) | |
![]() | |
MSXException ()=default | |
MSXException (std::string message_) | |
template<typename... Args> | |
MSXException (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 18 of file MSXException.hh.
|
inlineexplicit |
Definition at line 14 of file MSXException.hh.