openMSX
|
#include <CommandException.hh>
Public Member Functions | |
SyntaxError () | |
![]() | |
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 14 of file CommandException.hh.
openmsx::SyntaxError::SyntaxError | ( | ) |
Definition at line 5 of file CommandException.cc.