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