openMSX
|
#include <CommandException.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 () && |
Definition at line 8 of file CommandException.hh.
|
explicitdefault |
|
inlineexplicit |
Definition at line 18 of file MSXException.hh.
|
inlineexplicit |
Definition at line 14 of file MSXException.hh.